Authorization: Bearer ********************{
"theme": "string",
"code": "string",
"option": {
"password": "string",
"autoMuteType": "{value: 0}",
"autoCallEnabled": false,
"autoRecordEnabled": false,
"recordLayoutMode": "{value: 1}",
"recordLayoutTemplate": "string",
"bannerEnabled": false,
"bannerInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0,
"bannerId": 0
},
"subtitleEnabled": false,
"subtitleInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0
},
"mediaCapabilityOptions": {
"bitRate": "2048kbit/s",
"mediaCrypto": "自动加密",
"frameRate": "自动",
"videoResolution": "自动",
"videoCodecs": "自动",
"audioCodecs": "自动",
"auxiliaryStreamBandwidthWeight": "50%",
"enableVideoNack": true,
"minVideoDelayMs": 50,
"maxVideoFecRate": 300,
"videoDenoiseMode": "{value: 0}",
"enableAudioNack": true,
"minAudioDelayMs": 80,
"maxAudioFecRate": 900,
"audioDenoiseMode": "{value: 0}"
},
"joinBeforeMasterEnabled": true,
"applyMasterEnabled": true,
"masterPassword": "string",
"masterPasswordTimes": 10,
"maxEndpointCount": 0,
"joinPermissionRangeType": "{value: 0}",
"layoutOptions": "new ArrayList<>()"
},
"venues": "new ArrayList<>()"
}curl --location --request POST '/rsc/api/v2/admin/virtual-rooms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme": "string",
"code": "string",
"option": {
"password": "string",
"autoMuteType": "{value: 0}",
"autoCallEnabled": false,
"autoRecordEnabled": false,
"recordLayoutMode": "{value: 1}",
"recordLayoutTemplate": "string",
"bannerEnabled": false,
"bannerInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0,
"bannerId": 0
},
"subtitleEnabled": false,
"subtitleInfo": {
"text": "string",
"textSize": 0,
"textColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"backgroundColor": {
"a": 0,
"r": 0,
"g": 0,
"b": 0
},
"textLocation": 0,
"displayModel": 0
},
"mediaCapabilityOptions": {
"bitRate": "2048kbit/s",
"mediaCrypto": "自动加密",
"frameRate": "自动",
"videoResolution": "自动",
"videoCodecs": "自动",
"audioCodecs": "自动",
"auxiliaryStreamBandwidthWeight": "50%",
"enableVideoNack": true,
"minVideoDelayMs": 50,
"maxVideoFecRate": 300,
"videoDenoiseMode": "{value: 0}",
"enableAudioNack": true,
"minAudioDelayMs": 80,
"maxAudioFecRate": 900,
"audioDenoiseMode": "{value: 0}"
},
"joinBeforeMasterEnabled": true,
"applyMasterEnabled": true,
"masterPassword": "string",
"masterPasswordTimes": 10,
"maxEndpointCount": 0,
"joinPermissionRangeType": "{value: 0}",
"layoutOptions": "new ArrayList<>()"
},
"venues": "new ArrayList<>()"
}'{
"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": ""
}
]
}