API ReferenceWebhookGet_room_eventsRoom_id
Join room
Allows a user to join a specific room.
Allows a user to join a specific room.
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/webhook/get_room_events/{room_id}" \ -H "Content-Type: application/json" \ -d '{ "room_id": "room123", "user_info": { "name": "Your name" } }'{
"joined": true
}{
"error": "Invalid signature"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v4/webhook/get_room_events/{room_id}" \
-H "Content-Type: application/json" \
-d '{
"room_id": "room123",
"user_info": {
"name": "Your name"
}
}'