cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/webrtc/index/generateParticipantAccessToken \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>", "sessionId": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "participantId": "<string>", "permissions": { "canKick": true, "canMute": true, "canRecord": true, "canShare": true }, "provider": "webrtc", "roomId": "<string>", "success": true, "token": "<string>" } }
Calls a action at the path meetings/webrtc/index.js:generateParticipantAccessToken
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error