v0.16.6
Type-safe events
Our event callbacks are now typed. This means you'll receive typescript compiler warnings if an incompatible type is used as the callback. This doesn't alter existing behavior of the events, but may trigger warnings in your IDE if the wrong types were used previously.
Bugfixes & Improvements
- Update remote video size when attached to in the background #136
- Workaround for Safari 15 video rendering bug #137
- Published quality improves after bandwidth limitation is no longer in place #142
- Queue up signal events while reconnecting #140
RoomEvent.StateChanged
event that notifies you whenRoom.state
has changed.