mirror of
https://github.com/livekit/livekit.git
synced 2026-04-25 09:02:11 +00:00
* track numParticipants in room * only track participant if not a hidden participant * adjust coding style to use ++ * fix typo * fix missing nil check * update roomstore with new numParticipants on participantChanged * only update roomstore if participant is not hidden * call StoreRoom directly after StoreParticipant when joining/leaving