用户工具

语音群聊退出通知接口

语音群聊退出通知接口

1.1 语音群聊退出通知接口

• 请求地址 需要第三方自行配置URL地址。

• 请求包体

属性 类型 约束 说明
event string 必选 值为:rest conf quit
appid string 必选 应用id
roomid string 必选 会议房间id
reason int 必选 0表示成功,非零表示失败
description string 必选 对result结果进行描述
uid string 必选 用户帐号ID
phone string 必选 手机号码
time int 必选 执行动作Unix时间

XML请求示例

<?xml version=“1.0”?> <request>

<event>rest conf quit</event>
<appid>Y2IyZmRmMjc0NWI2NTFjN2YyNDkwZDM3Mzk0NWViZTE.</appid>
<roomid>54</roomid>
<reason>1</reason>
<description>0</description>
<uid>946433543</uid>

<phone>15985696365</phone> <time>1429599015</time> </request>

1.2 第三方AS响应

响应包体

属性 类型 约束 说明
retcode int 必选 返回错误码,0:成功,非0:失败
reason String 可选 原因描述

XML响应示例 <?xml version=“1.0” encoding=“UTF-8”?> <response>

  <retcode>0</retcode>
  <reason>100013</reason>

</response>


页面工具