chatrooms
Get Room Status
Lightweight liveness check for the channel call card. A call is LIVE only while someone is actually in it (participant_count > 0). The room hash alone is not enough: an ended room's Redis key can linger (empty-timeout cleanup can miss it, and it may carry no TTL), which would keep the card stuck on 'Join'.
get/chatrooms/{room_name}/status
Path parameters
room_namestring required
Headers
authorizationstring nullable
Response
Successful Response
{"stackTrail":"paths:/chatrooms/{room_name}/status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 2 revisions of this API.