mirror of
https://github.com/livekit/livekit.git
synced 2026-09-02 00:29:14 +00:00
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