ApplicationEndpoint.IsDefaultRoutingEndpoint Property

Gets whether the endpoint is the default routing endpoint to handle incoming calls.

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

Syntax

'Declaration
Public ReadOnly Property IsDefaultRoutingEndpoint As Boolean
    Get
'Usage
Dim instance As ApplicationEndpoint
Dim value As Boolean

value = instance.IsDefaultRoutingEndpoint
public bool IsDefaultRoutingEndpoint { get; }

Property Value

Type: System.Boolean

Remarks

Any incoming call which cannot be mapped to an endpoint will be routed to the default routing endpoint.

In an instance of CollaborationPlatform, only one endpoint can be marked as the default routing endpoint.

See Also

Reference

ApplicationEndpoint Class

ApplicationEndpoint Members

Microsoft.Rtc.Collaboration Namespace