监听接口

silentMonitorCJI(target, phonenumber, pwdtype, password, usertype, user, orgidentity, callbackFuc)

班长对指定坐席工号的通话进行监听

参数名称 类型 描述信息
targetString要监听哪个坐席,就填写那个坐席工号
phonenumberString监听者的电话号码
pwdtypeString密码类型 明文(plaintext) / MD5加密(md5)
passwordString密码
usertypeStringagent(坐席) / account(帐号)
userString坐席工号 / 用户名
orgidentityString团队唯一标识
callbackFucString回调函数

{code:code,message:message}

返回值 描述信息
{code:1,message:message}
{code:成功,message:信息描述}
{code:2,message:message}
{code:失败,message:信息描述}