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.
Defines the state of the BackToBackCall.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration BackToBackCallState
'Usage
Dim instance As BackToBackCallState
public enum BackToBackCallState
Members
| Member name | Description | |
|---|---|---|
| Idle | Both call legs are in their initial state (Incoming or Idle). | |
| Establishing | At least one of the call legs is in the Establishing state. | |
| Established | Both call legs are in the Established state. | |
| Terminating | At least one of the call legs is in the Terminating state. | |
| Terminated | Both call legs are in the Terminated state. |