点击或拖拽改变大小

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
)

参数

channel  String
活动通道
state  String  (Optional)
开关(on - 静音 | off -取消静音 ),默认 on(可缺省)
direction  String  (Optional)
音频流方向(in | out |all),默认 all(可缺省)

返回值

TaskResponseCommon
API 响应
参见