Note

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

Browser.CallProxy.ProxyReferState Enumeration

Indicates possible states for the signaling session.

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

Syntax

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

Members

Member name Description
Idle The refer has not been sent yet.
ReferRequested The refer message has been sent.
ReferAccepted The refer has been accepted.
ReferRejected The refer has been rejected.
ReferFailed The refer operation was not sent successfully or did not receive a response.
Trying The refer target is being connected by the remote participant.
Alerted The refer target has been alerted.
Succeeded The refer operation was completed successfully by the remote participant.
Failed The refer operation was not completed successfully by the remote participant.
Redirected The refer target has redirected but the redirect was not acted upon.

See Also

Reference

Microsoft.Speech.VoiceXml Namespace