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 name | Value | Description | |
---|---|---|---|
None | 0 |
There was no reason for the disconnection.
| |
UserDisconnected | 1 |
The caller discontinued the call, for example by hanging up.
| |
HostDisconnected | 2 |
The application disconnected from the VoiceXML session.
| |
PageDisconnected | 3 |
The Browser is no longer connected to the VoiceXML page.
| |
ConnectionError | 4 |
There was an error in the connection to a call or an
audio input that caused the Browser session to end.
| |
UnknownError | 2147483647 |
There was a disconnect error but its cause could not be determined.
|