Skip to content

v0.16.6

Compare
Choose a tag to compare
@davidzhao davidzhao released this 11 Feb 21:51
· 1085 commits to main since this release

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 when Room.state has changed.