Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.NotifyStateChanged Method
Raises a StateChanged event.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected Sub NotifyStateChanged ( _
sender As Object, _
callState As Browser.CallProxy.ProxyCallState, _
transitionReason As Browser.CallProxy.ProxyCallStateTransitionReason _
)
'Usage
Dim sender As Object
Dim callState As Browser.CallProxy.ProxyCallState
Dim transitionReason As Browser.CallProxy.ProxyCallStateTransitionReason
Me.NotifyStateChanged(sender, callState, _
transitionReason)
protected void NotifyStateChanged(
Object sender,
Browser.CallProxy.ProxyCallState callState,
Browser.CallProxy.ProxyCallStateTransitionReason transitionReason
)
Parameters
- sender
Type: System.Object
- callState
Type: Microsoft.Speech.VoiceXml.Browser.CallProxy.ProxyCallState
- transitionReason
Type: Microsoft.Speech.VoiceXml.Browser.CallProxy.ProxyCallStateTransitionReason