Skip to content

Releases: livekit/client-sdk-react-native

Release 2.9.4

06 Nov 10:16
478ab44

Choose a tag to compare

2.9.4 (2025-11-06)

  • Removed defunct JCenter repository from android build.gradle file.

Release 2.9.3

13 Oct 18:10
10d5ed1

Choose a tag to compare

2.9.3 (2025-10-13)

Bug Fixes

Features

  • end to end encryption for data channels option (#285) (a4f84e6)

Release 2.9.2

08 Oct 06:02
e2e03ef

Choose a tag to compare

2.9.2 (2025-10-08)

Bug Fixes

  • remove unneeded SYSTEM_ALERT_WINDOW permission for android (#293) (b705616), closes #292

Features

  • add consumer proguard rules for android (#294) (2f9ed74)
  • iOS Audio configuration improvements (#290)

Release 2.9.1

09 Aug 09:03
1e39e0f

Choose a tag to compare

2.9.1 (2025-08-09)

Bug Fixes

  • update react-native-webrtc to fix audio issues and android proguard rules (#275) (ec8ee65)

Release 2.9.0

05 Aug 12:41
9501a4a

Choose a tag to compare

2.9.0 (2025-08-05)

Bug Fixes

  • fix BarVisualizer barBorderRadius and height calculation (#272) (ca49de2)
  • switch noise library to livekit fork for Android 16KB page support (#266) (6988a05)

Features

Release 2.8.0

28 Jul 12:07
1b7124f

Choose a tag to compare

2.8.0 (2025-07-28)

Bug Fixes

Other

  • Update @livekit/react-native-webrtc to 125.0.12

v2.7.6

24 Jun 13:20
2143e4f

Choose a tag to compare

What's Changed

  • feat: update react-native-webrtc to 125.0.10 and add default volume setting by @davidliu in #251

Full Changelog: v2.7.5...v2.7.6

v2.7.5

24 Jun 06:37
14275ef

Choose a tag to compare

What's Changed

  • fix: add crypto.randomUUID and webstream polyfills by @davidliu in #247
    • These are required for various data streaming APIs to work.

Full Changelog: v2.7.4...v2.7.5

Release 2.7.4

05 May 18:02

Choose a tag to compare

2.7.4 (2025-05-05)

Bug Fixes

  • remove swift bridging header from umbrella header (#242) (f98bb6f)
    • Fixes issues with running on Expo SDK 53.

Release 2.7.3

14 Apr 19:53

Choose a tag to compare

2.7.3 (2025-04-14)

Bug Fixes

  • revert selectAudioOutput to async method on android (#237) (abda7cf)

Features

  • re-export various hooks from components-react for visibility (#238) (7502956)