Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/api/livekit/token \ --header 'Content-Type: application/json' \ --data ' { "room_name": "<string>", "user_id": "<string>", "user_name": "<string>" } '
{ "token": "<string>", "ws_url": "<string>", "room_name": "<string>" }
Generate a LiveKit access token for a user to join a room.
Successful Response