silentMonitor(target,phonenumber, pwdtype, password, usertype, user, orgidentity)
班长对指定坐席工号的通话进行监听
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
| target | String | 要监听哪个坐席,就填写那个坐席工号 |
| phonenumber | String | 监听者的电话号码 |
| pwdtype | String | 密码类型 明文(plaintext) / MD5加密(md5) |
| password | String | 密码 |
| usertype | String | agent(坐席) / account(帐号) |
| user | String | 坐席工号 / 用户名 |
| orgidentity | String | 团队唯一标识 |
|Retuen|code|Retuen|message
| 返回值 | 描述信息 |
|---|---|
|Retuen|1|Retuen|message | |Retuen|成功|Retuen|信息描述 |
|Retuen|2|Retuen|message | |Retuen|失败|Retuen|信息描述 |