SignalingSessionSettings.LocalOwnerDisplayName Property
Gets the display name used to represent the local endpoint in the session.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property LocalOwnerDisplayName As String
Get
'Usage
Dim instance As SignalingSessionSettings
Dim value As String
value = instance.LocalOwnerDisplayName
public string LocalOwnerDisplayName { get; }
Property Value
Type: System.String
Remarks
This property can be null, which indicates that no displayname should be sent.
See Also
Reference
SignalingSessionSettings Class