mirror of
https://github.com/livekit/livekit.git
synced 2026-05-21 15:06:11 +00:00
e5d21cb1d9
Previously, CreateRoom only created the room in storage, but did not hydrate it on an RTC node. This has caused strange behaviors such as emptyTimeout not working correctly (#1109). Also reduced room reap worker to consistently reap rooms. Fixes #241