Browser.CallProxy.ProxyCallState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameValueDescription
Idle0
The call is idle.
Incoming1
The call has just been received.
Establishing2
The call establishment is in progress after initiating or accepting the call.
Established3
The call is established.
Transferring5
The call has initiated a transfer.
Terminating7
The call is terminating.
Terminated8
The call has terminated.
Parking9
The call is to be put on hold.

See Also