|
StartPlayFile |
Top Previous Next |
|
StartPlayFile(CallToken: String; FileName: String); - Delphi syntax (class procedure) StartPlayFile(string callToken, string fileName); - C# syntax (static function) StartPlayFile(CallToken As String, FileName As String); - VB.NET syntax (Shared function) HRESULT StartPlayFile ([in] BSTR CallToken, [in] BSTR FileName); - IDL/COM syntax
Description Starts playing of a specified file to a remote party identified by call ID “CallToken”.
Note: currently only PCM 16bits/8000Hz/mono .WAV files are supported by SDK.
|