获取会议室信息
GET
/rsc/api/v1/user/virtual-rooms
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
type
integer
云会议室类型
示例值:
2
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/rsc/api/v1/user/virtual-rooms'
返回响应
🟢200成功
application/json
Body
云会议室响应信息
isUsed
boolean | null
必需
id
string <int64> | null
云会议室id
code
string | null
会议号
name
string | null
会议室名称
password
string | null
必需
见 TSMB-5634 安卓手机端取这个路径下的密码
type
enum<integer> | enum<null>
必需
枚举值:
123
option
会议室设置
Any of
allowJoinBeforeMaster
boolean | null
必需
默认值:
true
password
string | null
会议密码
autoMuteType
enum<integer> | enum<null>
必需
枚举值:
012
默认值:
{value: 0}
autoCallEnabled
boolean | null
必需
默认值:
false
autoRecordEnabled
boolean | null
会话自动开启录制
默认值:
false
recordLayoutMode
enum<integer> | enum<null>
必需
枚举值:
01
默认值:
{value: 1}
recordLayoutTemplate
string | null
必需
bannerEnabled
boolean | null
横幅是否开启
默认值:
false
bannerInfo
object | null
横幅内容
mediaCapabilityOptions
媒体能力参数设置
applyMasterEnabled
boolean