video
video

Get Call Status

Get current status of a call

🔒 Had auth but no caller/callee check — any logged-in user who knew a call_id could read another pair's call status (identities, room name, language settings). Same fix as end_call.

get/video/call/{call_id}/status

Path parameters

call_idstring required

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/video/call/{call_id}/status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes