cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/webrtc/rooms/handleConnectionFailure \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "errorType": "ice_failed", "meetingId": "<string>", "sessionId": "<string>", "errorDetails": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "retryRecommended": true, "success": true, "fallbackProvider": "webrtc" } }
Handles WebRTC connection failures with automatic fallback
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