Share via


LocalEndpoint.OwnerPhoneUri Property

Gets the phone URI of the owner of the local endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property OwnerPhoneUri As String
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As String

value = instance.OwnerPhoneUri
public abstract string OwnerPhoneUri { get; }

Property Value

Type: System.String

Remarks

This value is not always present and may not be set if the Application only supports instant messaging and no voice for example. For ApplicationEndpoints it has to be set explicitly in ApplicationEndpointSettings. For UserEndpoints it is automatically retrieved through presence. Hence LocalOwnerPresence must be established before it can be populated.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace