put https://rls.congacloud.com/api/sign/v1/cs-packages//virtual-room/config
Update the configuration of virtual room for specific package.
Log in to see full request history
Responses
Update the configuration of virtual room for specific package.
xxxxxxxxxx
curl --request PUT \
--url https://rls.congacloud.com/api/sign/v1/cs-packages/packageId/virtual-room/config \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"video": true,
"videoRecording": true,
"startDatetime": "2025-01-10T02:05:09.456Z",
"hostUid": "string"
}