SubscriptionSignalingState Enumeration

Enumerates the possible states of the SipSubscription object.

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

Syntax

'Declaration
Public Enumeration SubscriptionSignalingState
'Usage
Dim instance As SubscriptionSignalingState
public enum SubscriptionSignalingState

Members

Member name Description
Idle Initial state; Subscribe is not yet called.
Subscribing The Subscription request is sent over the wire, waiting for 200-OK.
Subscribed The Subscription state is active.
WaitingForRetry The previous Subscribe request failed and will be retried.
Terminating The Unsubscribe request is sent over the wire.
Terminated The Unsubscribe is complete.

Remarks

For more information, see the section on SipSubscription.CurrentState.

See Also

Reference

Microsoft.Rtc.Signaling Namespace