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 GRUU or String.Empty.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Gruu As String
Get
'Usage
Dim instance As Participant
Dim value As String
value = instance.Gruu
public string Gruu { get; }
Property Value
Type: System.String
Remarks
This property will return String.Empty if there is no known GRUU for the participant. GRUUs are usually assigned either at registration time or deployment time for applications.