Share via


RealTimeEndpoint.OwnerUri Property

Gets the URI of the owner of the endpoint.

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

Syntax

'Declaration
Public ReadOnly Property OwnerUri As String
    Get
'Usage
Dim instance As RealTimeEndpoint
Dim value As String

value = instance.OwnerUri
public string OwnerUri { get; }

Property Value

Type: System.String

Remarks

Note that this URI is different from the endpoint URI. This URI is not bound to a specific endpoint but to the owner of the endpoint. The owner of an endpoint can typically be contacted on multiple endpoints through forking or load balancing. This value identifies the owner of the local endpoint and must be set when the RealTimeEndpoint implementation is instantiated.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace