Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 23:05
· 232 commits to main since this release
5106c17

Major Changes

  • Remove experimental hint for webAudioMix and enable it by default - #1013 (@lukasIO)

  • Add support for async room sid. Removes room.sid and replaces it with await room.getSid(). - #983 (@lukasIO)

  • Change publishData signature - #946 (@lukasIO)

  • Remote OFF option from VideoQuality enum - #985 (@lukasIO)

  • Rename participant.tracks to participant.trackPublications - #947 (@lukasIO)

  • Rename getTrack to getTrackPublications and participants to remoteParticipants - #945 (@lukasIO)

  • Remove previously deprecated APIs - #948 (@lukasIO)

Minor Changes

  • Don't emit RoomEvent.Reconnecting for resumes - #1012 (@lukasIO)

Patch Changes