mirror of
https://github.com/livekit/livekit.git
synced 2026-05-10 17:16:09 +00:00
1c69a9eeed
* Dependent participants should not trigger count towards FirstJoinedAt According to the API, empty timeout should be honored as long as no independent participant joins the room. If we counted Agents and Egress as part of FirstJoinedAt, it would have the side effect of using departureTimeout instead of emptyTimeout for idle calculations. * use Room logger