获取云会议室信息
GET
/rsc/api/v2/admin/virtual-rooms/{id}
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
id
string
云会议室id
示例代码
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/v2/admin/virtual-rooms/'
返回响应
🟢200成功
application/json
Body
云会议室信息
<p>
404111047 云会议室不存在异常
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
云会议室信息
404111047 云会议室不存在异常
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
是否开启主持人密码
默认值:
false
masterPassword
string
主持人密码
masterPasswordTimes
integer
可选
默认值:
10
maxEndpointCount
integer
可选
默认值:
-1
joinPermissionRangeType
enum<integer> | enum<null>
必需
枚举值:
01
默认值:
{value: 0}
layoutOptions
array[object (LayoutOptionResponse) {4}] | null
会议布局信息
uid
string | null
用户id
uidType
enum<integer> | enum<null>
设备id
枚举值:
0123
companyId
string | null
企业id
venues
array[object (MeetingVenueResponse) {8}]
会场列表
uid
string
会场id
uidType
enum<integer>
会场类型
枚举值:
0123
displayName
string
会场名 称
identifier
string
可选
accessType
enum<string>
接入类型
枚举值:
未知SVCH.323SIP
groupName
string
分组名称
groupId
string
分组id
companyId
string
企业id
示例
{
"isUsed": false,
"id": "",
"code": "",
"name": "",
"type": 0,
"option": {
"password": "",
"autoMuteType": 0,
"autoCallEnabled": false,
"autoRecordEnabled": false,
"recordLayoutMode": 0,
"recordLayoutTemplate": "",
"bannerEnabled": false,
"bannerInfo": {},
"mediaCapabilityOptions": {
"bitRate": "",
"mediaCrypto": "",
"frameRate": "",
"videoResolution": "",
"videoCodecs": "",
"audioCodecs": ""
},
"joinBeforeMasterEnabled": false,
"applyMasterEnabled": false,
"masterPassword": "",
"masterPasswordTimes": 0,
"maxEndpointCount": 0,
"joinPermissionRangeType": 0,
"layoutOptions": [
{
"id": "",
"apply": false,
"type": 0,
"content": "",
"index": 0,
"createdTime": "",
"updatedTime": "",
"applyTime": ""
}
]
},
"uid": "",
"uidType": 0,
"companyId": "",
"venues": [
{
"uid": "",
"uidType": 0,
"displayName": "",
"identifier": "",
"accessType": "",
"groupName": "",
"groupId": "",
"companyId": ""
}
]
}