查询会议室应答状态
接口描述
描述:一个会议可以查询它所呼叫的会议室对其的应答状态。
权限:同会议室呼叫权限。
调用方式:POST
接口请求域名:
https://api.meeting.qq.com/v1/meeting-rooms/room-call-info
输入参数
参数名称 | 是否必选 | 参数类型 | 参数描述 |
---|---|---|---|
meeting_room_id | 否 | String | 会议室 ID,与 mra_address 二选一。 |
mra_address | 否 | Object | MRA 对象。 |
meeting_id | 是 | String | 会议 ID。 |
operator_id | 是 | String | 操作者 ID。operator_id 必须与 operator_id_type 配合使用。根据 operator_id_type 的值,operator_id 代表不同类型。 |
operator_id_type | 是 | Integer | 操作者 ID 的类型: 1:userid |
instance_id | 是 | Integer | 设备类型ID |
MRA 对象
参数名称 | 是否必选 | 参数类型 | 参数描述 |
---|---|---|---|
protocol | 是 | Integer | 信令协议。<1:SIP> <2:H.323> |
dial_string | 是 | String | 信令地址。如果是 H.323 类型,输入 IP 地址或 E.164 号码。如果是 SIP 类型,输入 IP 地址或 URI。 |
输出参数
参数名称 | 参数类型 | 参数描述 |
---|---|---|
status | Integer | 应答状态: <0:无应答,60秒无回应> <1:未呼叫> <2:入会中> < 3:被拒绝> <4:呼叫中> <5:取消呼叫(仅 Rooms 会议室有该状态)> <6:已离会> |
response_time | String | 最近一次应答时间。 |
输入示例
POST
https://api.meeting.qq.com/v1/meeting-rooms/room-call-info
{
"operator_id": self.other_userid,
"operator_id_type": 1,
"instance_id": 5,
"meeting_room_id":"xxxxxxxxxxxxxxxx",
"meeting_id": "13434xxxxxxxxx927028"
}
输出示例
{
"status":1,
"response_time":"2022/11/22 14:35:26"
}
文章内容是否对您有帮助?
有帮助
无帮助
能否告知我们这篇文章的问题?(选填)