Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information that uniquely identifies the contact who sent the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Responder As AgentIdentity
Get
Friend Set
'Usage
Dim instance As ConferenceInvitationResponse
Dim value As AgentIdentity
value = instance.Responder
public AgentIdentity Responder { get; internal set; }
Property Value
Type: Microsoft.Rtc.Signaling.AgentIdentity
Remarks
This property is populated only when the conference invitation is accepted. For other scenarios this property will return null.
See Also
Reference
ConferenceInvitationResponse Class