ConferenceParticipantEndpointProperties.JoinedOnBehalfUri Property
Gets the URI of the user that this session was joined on behalf of.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property JoinedOnBehalfUri As String
Get
'Usage
Dim instance As ConferenceParticipantEndpointProperties
Dim value As String
value = instance.JoinedOnBehalfUri
public string JoinedOnBehalfUri { get; }
Property Value
Type: System.String
Remarks
The uri could be empty.
If an assistant joins on behalf of his manager, then the manager's URI will be returned by this property.
See Also
Reference
ConferenceParticipantEndpointProperties Class