Releases: livekit/client-sdk-react-native
Releases · livekit/client-sdk-react-native
Release 2.5.0
2.5.0 (2024-12-16)
Features
Breaking Changes
This release bumps the minimum supported version for iOS to 14.0. You may need to change your Podfile to manually specify iOS 14.0 as the platform:
Release 2.4.3
2.4.3 (2024-10-15)
Bug Fixes
- fix useIOSAudioManagement audio tracking calculation (#178) (173a165)
- update @livekit/react-native-webrtc peer dependency to 125.0.5
- This fixes the camera capture on iOS devices with multiple cameras.
Release 2.4.1
2.4.1 (2024-08-21)
Bug Fixes
- remove FOREGROUND_SERVICE_MEDIA_PROJECTION permission from lib (#172) (793ae2e)
Release 2.4.0
2.4.0 (2024-08-19)
Bug Fixes
- fix useIosAudioManagement not getting mic/audio when going from playback to playAndRecord (#168) (f3b8302)
Features
- allow users to use screensharing without manual setup (#166) (ef9b901)
Release 2.3.1
2.3.1 (2024-06-25)
Bug Fixes
Release 2.3.0
2.3.0 (2024-06-24)
Features
- update webrtc to m125 (#153) (5c84173)
- This release requires updating your
@livekit/react-native-webrtc
to 125.0.0 or above.
Release 2.2.0
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)
Release 2.1.1
2.1.1 (2024-05-05)
Features
- update webrtc for ios privacy manifest files (#144) (d6fa512)
Starting May 1st, Apple has begun requiring that apps and commonly used third-party SDKs include a privacy manifest. Although this SDK is currently not on the list and should not be affected by the privacy restrictions, we've begun seeing reports that similar SDKs that aren't on the list have seen rejections. This update includes a privacy manifest to comply with the new restrictions. We highly suggest upgrading to 2.1.1 as soon as possible to avoid any issues with submitting to the Apple App Store.