CallState Enum
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.
The various possible states of a AudioVideoCall.
public enum CallState
type CallState =
Public Enum CallState
- Inheritance
-
CallState
Fields
| Established | 4 | The call is established |
| Establishing | 3 | The call establishment is in progress after initiating or accepting the call |
| Hold | 5 | The call is on Hold |
| Idle | 1 | Initial state |
| Incoming | 2 | The call has just been received |
| Redirecting | 8 | The call has initiated a redirection |
| Terminated | 10 | The call has terminated |
| Terminating | 9 | The call is terminating |
| Transferring | 7 | The call has initiated a transfer |
| Unhold | 6 | The call is Unhold |
| Unknown | 0 | Unknown not recognized. |