Authorization: Bearer ********************{
"name": "string",
"code": "string",
"password": "string",
"expiredTime": "string",
"option": {
"muted": "false",
"autoMuteType": "{value: 0}",
"allowJoinBeforeMaster": "true"
}
}curl --location --request PUT '/rsc/api/v1/user/virtual-rooms/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"password": "string",
"expiredTime": "string",
"option": {
"muted": "false",
"autoMuteType": "{value: 0}",
"allowJoinBeforeMaster": "true"
}
}'{
"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": ""
}
]
}