点击或拖拽改变大小

CtiRawActionsGetChannelDetail 方法

异步获取活动通道详细信息。

命名空间: Ipxchina.Sdk.Cti.Actions
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseGetChannelDetail> GetChannelDetail(
	string channel,
	int type = 0,
	int timeout = 0
)

参数

channel  String
活动通道
type  Int32  (Optional)
通道类型(0-传入的通道/1-关联通道/2-自动选择,默认:0)
timeout  Int32  (Optional)
如果通道未接通,等待接通的秒数,最大120(默认:0)

返回值

TaskResponseGetChannelDetail
API 响应
参见