Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.OpenAsync Method
Accepts an incoming telephony session invite and sends a response.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected MustOverride Sub OpenAsync ( _
toAddress As String, _
fromAddress As String _
)
'Usage
Dim toAddress As String
Dim fromAddress As String
Me.OpenAsync(toAddress, fromAddress)
protected abstract void OpenAsync(
string toAddress,
string fromAddress
)
Parameters
- toAddress
Type: System.String
The SipUri of the final destination.
- fromAddress
Type: System.String
The SipUri of the calling party.