Browser.CallProxy Methods

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The Browser..::..CallProxy type exposes the following members.

Methods

  NameDescription
Protected methodBeginAccept
Accepts an incoming call.
Protected methodBeginTerminate
Terminates the call. A terminated call is no longer usable.
Protected methodBeginTransfer(String, AsyncCallback, Object)
Initiates a transfer request to the remote participant.
Protected methodBeginTransfer(String, Boolean, AsyncCallback, Object)
Initiates a transfer request to the remote participant.
Protected methodBeginTransferSupervised
Initiates a supervised transfer request to the remote participant.
Protected methodEndAccept
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Protected methodEndTerminate
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Protected methodEndTransfer
The EndTransfer method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyOpenCompleted
Raises an OpenCompleted event.
Protected methodNotifyRecorderStopped
Raises a RecorderStopped event.
Protected methodNotifyStateChanged
Raises a StateChanged event.
Protected methodNotifyToneReceived
Raises a ToneReceived event.
Protected methodNotifyTransferStateChanged
Raises a TransferStateChanged event.
Protected methodOpenAsync
Accepts an incoming telephony session invite and sends a response.
Protected methodStartRecording
Begins recording audio input from the call.
Protected methodStopRecording
Stops recording audio.
Public methodToString (Inherited from Object.)

See Also