ParticipantCommandResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ParticipantCommandResponse : Microsoft::Rtc::Collaboration::ConferenceCommandResponse
public class ParticipantCommandResponse : Microsoft.Rtc.Collaboration.ConferenceCommandResponse
type ParticipantCommandResponse = class
inherit ConferenceCommandResponse
Public Class ParticipantCommandResponse
Inherits ConferenceCommandResponse
- Inheritance
Constructors
ParticipantCommandResponse() |
Properties
Diagnostics |
Gets the diagnostics information from the response. (Inherited from ConferenceCommandResponse) |
DisplayString |
Gets the display string from the response. (Inherited from ConferenceCommandResponse) |
GeneralReason |
Gets the general reason for failure, if available. (Inherited from ConferenceCommandResponse) |
MessageData |
Gets the message that completed the response. (Inherited from ConferenceCommandResponse) |
Participant | |
Properties | |
Reason |
Get the specific reason for failure, if available. (Inherited from ConferenceCommandResponse) |
StatusCode |
Get the command status value from the response. (Inherited from ConferenceCommandResponse) |
Methods
GetMcuProperties() | |
SetDiagnostics(IDictionary<String,String>) |
Sets the diagnostics information. (Inherited from ConferenceCommandResponse) |
TryProcessResponseCore(SipMessageData, RealTimeException) |