Browser.CallProxy Methods
From Microsoft Speech Platform SDK 11
The Browser..::..CallProxy type exposes the following members.
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.) |