cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/lifecycle/joinMeeting \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "meeting_123example" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": { "success": true, "webrtcReady": true } }
the meeting. Records the join timestamp. Only available for active meetings. Participants must be invited to the meeting before joining.
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