Skip to content

Release 2.2.0

Compare
Choose a tag to compare
@davidliu davidliu released this 23 May 08:52
· 25 commits to main since this release

2.2.0 (2024-05-23)

Bug Fixes

  • fix TextDecoder polyfill not working (#147) (adb20c7)
    • On React Native 0.74 onwards, this polyfill not working could cause exceptions when importing the package. If you are using RN 0.74, it's highly suggested to upgrade to the latest version.

Features

  • export useRoomInfo (#146) (39e4c60)
  • handle changing output mode with AudioSession.configureAudio on android (#148) (bfbe09c)