Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the current state of the subscription object.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration RemotePresentitySubscriptionState
'Usage
Dim instance As RemotePresentitySubscriptionState
public enum RemotePresentitySubscriptionState
Members
| Member name | Description | |
|---|---|---|
| Idle | Subscription is not active.
This is the initial state; it is returned to after an unsubscribe request has completed. |
|
| Subscribing | Subscribe request has been issued. | |
| Polling | The presentity will be polled for. | |
| Subscribed | Subscription state is active. | |
| WaitingForRetry | Previous subscribe request failed and will be retried. | |
| Terminating | Unsubscribing from the session. | |
| Terminated | The subscription failed irrevocably. |