API ReferenceRoomsStart_schedule_room
Start Scheduled Room
Start a previously scheduled room
Start a previously scheduled room
curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/start_schedule_room" \ -H "Content-Type: application/json" \ -d '{ "room_id": "string", "name": "string" }'{
"status": true,
"final_link": "string",
"room_id": "string"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/start_schedule_room" \
-H "Content-Type: application/json" \
-d '{
"room_id": "string",
"name": "string"
}'