Participant.Uri Property
Gets the URI of the participant.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As String
Get
'Usage
Dim instance As Participant
Dim value As String
value = instance.Uri
public string Uri { get; }
Property Value
Type: System.String
Remarks
The property reflects the best known address for contacting the participant and is extracted from the From, To, or Contact headers. It may be a GRUU or a host and port if that is what is available in the headers.