Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy Members
Include Protected Members
Include Inherited Members
The CallProxy class is used by classes that derive from Browser to pass information about calls to the VoiceXML interpreter.
The Browser.CallProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Browser.CallProxy | Creates a new instance of the CallProxy object. |
Top
Properties
Name | Description | |
---|---|---|
CallId | Gets the CallID of the current call. | |
LocalParticipantUri | Gets the URI of the local call. | |
RecorderState | Gets the state of the Recorder. | |
RemoteParticipantUri | Gets the URI of the remote call. | |
State | Gets the current call state. | |
TargetSip | Gets and sets the SIP for call transfers. | |
TransferTypeRequested | Gets the transfer type of the requested transfer. |
Top
Methods
Name | Description | |
---|---|---|
BeginAccept | Accepts an incoming call. | |
BeginTerminate | Terminates the call. A terminated call is no longer usable. | |
BeginTransfer(String, AsyncCallback, Object) | Initiates a transfer request to the remote participant. | |
BeginTransfer(String, Boolean, AsyncCallback, Object) | Initiates a transfer request to the remote participant. | |
BeginTransferSupervised | Initiates a supervised transfer request to the remote participant. | |
EndAccept | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. | |
EndTerminate | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. | |
EndTransfer | The EndTransfer method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
NotifyOpenCompleted | Raises an OpenCompleted event. | |
NotifyRecorderStopped | Raises a RecorderStopped event. | |
NotifyStateChanged | Raises a StateChanged event. | |
NotifyToneReceived | Raises a ToneReceived event. | |
NotifyTransferStateChanged | Raises a TransferStateChanged event. | |
OpenAsync | Accepts an incoming telephony session invite and sends a response. | |
StartRecording | Begins recording audio input from the call. | |
StopRecording | Stops recording audio. | |
ToString | (inherited from Object) |
Top