ConferenceInvitationResponse.Responder Property
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.
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.