Partilhar via


SignalingSession.RouteSetStatus Property

Gets the status of the dialog's route set.

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

Syntax

'Declaration
Public ReadOnly Property RouteSetStatus As RouteSetStatus
    Get
'Usage
Dim instance As SignalingSession
Dim value As RouteSetStatus

value = instance.RouteSetStatus
public RouteSetStatus RouteSetStatus { get; }

Property Value

Type: Microsoft.Rtc.Signaling.RouteSetStatus

Remarks

The route set represents set of servers/proxies via which the dialog's messages will be routed. The session's state must be Connected and the route set must be Healthy for messages to be routed successfully.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace