Browser..::..CallProxy..::..ProxyCallState Enumeration |
Browser..::..CallProxy Class See Also Send Feedback |
The ProxyCallState enumeration is used to relay information about the current call state.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
protected enum ProxyCallState |
Members
Member name | Value | Description | |
---|---|---|---|
Idle | 0 |
The call is idle.
| |
Incoming | 1 |
The call has just been received.
| |
Establishing | 2 |
The call establishment is in progress after initiating or accepting the call.
| |
Established | 3 |
The call is established.
| |
Transferring | 5 |
The call has initiated a transfer.
| |
Terminating | 7 |
The call is terminating.
| |
Terminated | 8 |
The call has terminated.
| |
Parking | 9 |
The call is to be put on hold.
|