DisconnectState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents the possible states of a VoiceXML disconnect request during an asynchronous Browser session.

Namespace:  Microsoft.Speech.VoiceXml.Common
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
public enum DisconnectState

Members

Member nameValueDescription
None0
There was no reason for the disconnection.
UserDisconnected1
The caller discontinued the call, for example by hanging up.
HostDisconnected2
The application disconnected from the VoiceXML session.
PageDisconnected3
The Browser is no longer connected to the VoiceXML page.
ConnectionError4
There was an error in the connection to a call or an audio input that caused the Browser session to end.
UnknownError2147483647
There was a disconnect error but its cause could not be determined.

See Also