呼叫通知接口
简要描述:
发起类似于微信视频通话的界面
5.4.2.0版本开始支持
请求URL:
- `http://站点接口域名/openapi/message/call
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
from | 是 | int | 发起呼叫人 |
to | 是 | int | 接收呼叫人 |
title | 是 | int | 呼叫标题 |
yes_url | 是 | int | 用户同意时,跳转地址 |
no_url | 否 | int | 用户拒绝时,无此参数则跳转至聊天页 |
请求格式如下
{
"from": 40,
"to": 4,
"title": "进门前需要进行视频认证",
"yes_url": "http://qq.com",
"no_url": "http://baidu.com"
}
响应数据
{
"code": 0,
"text": "",
"records": {
"1820_4_9kowc2rj": 24270597
}
}
文档更新时间: 2022-01-11 13:58 作者:李伟