Edit

Share via


Call.RouteSetStatus Property

Definition

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.

Applies to