Skip to content

Release 2.6.2-0

Pre-release
Pre-release

Choose a tag to compare

@davidliu davidliu released this 18 Feb 13:35
· 90 commits to main since this release

2.6.2-0 (2025-02-18)

Major Changes

The livekit-client package has been moved from a regular dependency to a peer dependency. You will need to add livekit-client as a separate dependency to your app:

NPM

npm install livekit-client

Yarn

yarn add livekit-client

Bug Fixes

  • change android native module to LivekitReactNativeModule to match ios (#201) (92daf81)
  • fix bridging header compile errors (#203) (e0142c1)
  • move livekit-client to peer dependency to fix type errors (#202) (c4a0572)