API ReferenceRoomsStart_schedule_room
Start scheduled room
Starts a scheduled room at specified time. Request body typically contains `room_id` and optional name.
Starts a scheduled room at specified time. Request body typically contains `room_id` and optional name.
In: header
HMAC SHA256 (Base64-encoded) signature of the request. Generate this using your API key and the request parameters (room_id). The server validates this signature to verify authenticity.
In: header
application/json
application/json
curl -X POST "https://v.cloudapi.vconnct.me/api/v4/rooms/start_schedule_room" \ -H "Content-Type: application/json" \ -d '{ "room_id": "{{room_id}}", "name": "sawdddd" }'{
"room_id": "room123",
"started": true
}{
"error": "Invalid signature"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v4/rooms/start_schedule_room" \
-H "Content-Type: application/json" \
-d '{
"room_id": "{{room_id}}",
"name": "sawdddd"
}'