Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Browser.CallProxy.ProxyCallState Enumeration

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

'Declaration
Protected Enumeration ProxyCallState
'Usage
Dim instance As Browser.CallProxy.ProxyCallState
protected enum ProxyCallState

Members

Member name Description
Idle The call is idle.
Incoming The call has just been received.
Establishing The call establishment is in progress after initiating or accepting the call.
Established The call is established.
Transferring The call has initiated a transfer.
Terminating The call is terminating.
Terminated The call has terminated.
Parking The call is to be put on hold.

See Also

Reference

Microsoft.Speech.VoiceXml Namespace