Edit

Share via


ParticipantCommandResponse Class

Definition

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
ParticipantCommandResponse

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)

Applies to