SignalingSession.RouteSetStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of the dialog's route set.
public:
property Microsoft::Rtc::Signaling::RouteSetStatus RouteSetStatus { Microsoft::Rtc::Signaling::RouteSetStatus get(); };
public Microsoft.Rtc.Signaling.RouteSetStatus RouteSetStatus { get; }
member this.RouteSetStatus : Microsoft.Rtc.Signaling.RouteSetStatus
Public ReadOnly Property RouteSetStatus As RouteSetStatus
Property Value
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.