Skip to content

Releases: livekit/client-sdk-react-native

Release 2.5.1

20 Dec 14:38
Compare
Choose a tag to compare

2.5.1 (2024-12-20)

What's Changed

  • chore: update react-native-webrtc to 125.0.7 by @davidliu in #187

Full Changelog: v2.5.0...v2.5.1

Release 2.5.0

16 Dec 18:27
Compare
Choose a tag to compare

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:

platform :ios, 14.0

Release 2.4.3

15 Oct 15:26
Compare
Choose a tag to compare

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.2

16 Sep 14:34
Compare
Choose a tag to compare

2.4.2 (2024-09-16)

Changes

Full Changelog: v2.4.1...v2.4.2

Release 2.4.1

21 Aug 03:57
Compare
Choose a tag to compare

2.4.1 (2024-08-21)

Bug Fixes

  • remove FOREGROUND_SERVICE_MEDIA_PROJECTION permission from lib (#172) (793ae2e)

Release 2.4.0

19 Aug 17:32
Compare
Choose a tag to compare

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

25 Jun 03:24
Compare
Choose a tag to compare

2.3.1 (2024-06-25)

Bug Fixes

Release 2.3.0

24 Jun 09:05
Compare
Choose a tag to compare

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

23 May 08:52
Compare
Choose a tag to compare

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

05 May 04:48
Compare
Choose a tag to compare

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.