Call.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 the set of servers/proxies via which the call's messages will be routed. The call's state must be Connected and the route set status must be Healthy for messages to be routed successfully.