|
PauseCall |
Top Previous Next |
|
PauseCall(CallToken: String); - Delphi syntax PauseCall(string callToken); - C# syntax PauseCall(callToken As String); - VB.NET syntax HRESULT PauseCall([in] BSTR CallToken); - COM IDL syntax
Description Tries to pauses the call. Receiving of audio will be stopped. OnPauseSuccess event will be fired if the call is paused ok or OnPauseFailed will be fired if the call is not paused. Call may not be paused if the remote party doesn’t support call pausing – it is called as “put on hold” also.
|