Fetch a single active participant in a room's current session. Throws RoomNotFoundError when the room has no live session.
List the active participants in a room's current session (paginated, async-iterable). Resolves to an empty page when the room has no live session.
Remove (kick) a participant from a room's live session. The active session is
resolved from roomId. Returns a confirmation message.
Participants API — the room-keyed view over a room's live participants.
Convenience over SessionsResource: these methods resolve the room's current (ongoing) session for you, so you work with a
roomIdinstead of asessionId. For historical sessions/participants, usesessionsdirectly.