Edit

Share via


ConferenceInvitationResponse.Responder Property

Definition

Gets the information that uniquely identifies the contact who sent the response.

public:
 property Microsoft::Rtc::Signaling::AgentIdentity ^ Responder { Microsoft::Rtc::Signaling::AgentIdentity ^ get(); };
public Microsoft.Rtc.Signaling.AgentIdentity Responder { get; }
member this.Responder : Microsoft.Rtc.Signaling.AgentIdentity
Public ReadOnly Property Responder As AgentIdentity

Property Value

Remarks

This property is populated only when the conference invitation is accepted. For other scenarios this property will return null.

Applies to