active_participants count by querying the server for the actual
number of online users and updating the stored counter to match.
This is useful when the dashboard analytics show an incorrect active-user count,
typically caused by abrupt client disconnections (e.g. a killed process or
network failure) that prevented the normal decrement path from completing.
Endpoint
Authentication
Bearer token required.Path Parameters
The room’s unique ID.
Response
The room object with the corrected
active_participants value. See CollabKitRoom.The
active_participants value that was stored before reconciliation.The corrected
active_participants value, reflecting the actual number of
users currently connected to the room.Example
Response (200)
This endpoint is safe to call at any time. If the counter is already accurate,
the response will show the same value for both
previous_active_participants
and reconciled_active_participants.