Partilhar via


Participant.Gruu Property

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.

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace