 | CtiRawActionsMute 方法 |
静音指定通道。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseCommon> Mute(
string channel,
string state = null,
string direction = null
)
Public Function Mute (
channel As String,
Optional state As String = Nothing,
Optional direction As String = Nothing
) As Task(Of ResponseCommon)
public:
Task<ResponseCommon^>^ Mute(
String^ channel,
String^ state = nullptr,
String^ direction = nullptr
)
member Mute :
channel : string *
?state : string *
?direction : string
(* Defaults:
let _state = defaultArg state null
let _direction = defaultArg direction null
*)
-> Task<ResponseCommon> 参数
- channel String
- 活动通道
- state String (Optional)
- 开关(on - 静音 | off -取消静音 ),默认 on(可缺省)
- direction String (Optional)
- 音频流方向(in | out |all),默认 all(可缺省)
返回值
TaskResponseCommonAPI 响应
参见