Browser.CallProxy.ProxyReferState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Indicates possible states for the signaling session.

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

Syntax

C#
protected enum ProxyReferState

Members

Member nameValueDescription
Idle0
The refer has not been sent yet.
ReferRequested1
The refer message has been sent.
ReferAccepted2
The refer has been accepted.
ReferRejected3
The refer has been rejected.
ReferFailed4
The refer operation was not sent successfully or did not receive a response.
Trying5
The refer target is being connected by the remote participant.
Alerted6
The refer target has been alerted.
Succeeded7
The refer operation was completed successfully by the remote participant.
Failed8
The refer operation was not completed successfully by the remote participant.
Redirected9
The refer target has redirected but the redirect was not acted upon.

See Also