🚀 Version 2.0 is now live! See our changelog for details
cURL
curl --request POST \ --url https://api.example.com/sessions/{id}/join \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "livekit_token": "<string>", "room_name": "<string>" }, "timestamp": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Joined session
true
Show child attributes