这是indexloc提供的服务,不要输入任何密码
Skip to content

Release 2.6.2

Choose a tag to compare

@davidliu davidliu released this 24 Feb 07:29
· 53 commits to main since this release

2.6.2 (2025-02-24)

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)