0.2.2
Improvements
useRoom()
initializes room info with the [access-state-updated
] (https://docs.daily.co/reference/daily-js/events/meeting-events#access-state-updated) event. This means full room information is available as soon as eitherpreAuth()
orjoin()
are called.useRoom()
doesn't reset anymore when a meeting transitions to theleft-meeting
meeting state.
Bugfixes
- Fixed return type for
useRoom()
. It is nowDailyRoomInfo | null
as intended since 0.2.0, notDailyPendingRoomInfo | DailyRoomInfo | null
as before 0.2.0.