Browser..::..CallProxy Members |
Browser..::..CallProxy Class Constructors Methods Properties See Also Send Feedback |
The Browser class in the Microsoft.Speech.VoiceXml namespace provides
platform-independent access to the VoiceXML runtime.
The Browser..::..CallProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Browser..::..CallProxy |
Creates a new instance of the CallProxy object.
|
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.) |
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.
|