- 快速入门
- 开发指南
- API
- 认证
- 首页
- 会话控制
- 虚拟会议室
- 历史会议管理
- 会议管理
- 组织架构管理
- 企业设置
- 员工信息
- 资产设备信息
- 会议模 版管理
- 数据统计
- 系统报告
- 管理员日志
- 终端分组管理
- 录制文件管理
- 运维工具
- 呼叫
- 端口监听
- 服务区管理
- 服务器管理
- 终端管理
- 数据平台
web 会控入会
POST
/rsc/api/v2/user/sessions/actions/web-control-join
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
x-platform-type
string
必需
示例值:
browser
Body 参数application/json
code
string | null
会议号
示例
{
"code": "59156812"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/rsc/api/v2/user/sessions/actions/web-control-join' \
--header 'x-platform-type: browser' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "59156812"
}'
返回响应
🟢201成功
application/json
Body
端点和会话详情
meetingId
string | null
会议id
sdp
string | null
媒体信息
endpoint
端点信息
Any of
nickname
string | null
昵称
avatar
string | null
头像
isMaster
boolean | null
是否主持人
isAudioMute
boolean | null
是否静音
isVideoMute
boolean | null
是否关闭摄像头
isSpeakRequest
boolean | null
是否举手
isSpeakerMute
boolean | null
是否关闭扬声器
isLocalRecording
boolean | null
是否开启本地录制
isRejoin
boolean | null
是否重新入会
id
string | null
端点 id
userId
string | null
用户 id
deviceId
string | null
设备 id
createdTime
string | null
创建时间
updatedTime
string | null
更新时间
lastJoinTime
string <int64> |