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

Releases: livekit/client-sdk-react-native

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)

Release 2.7.2

08 Apr 13:19

Choose a tag to compare

2.7.2 (2025-04-08)

Bug Fixes

  • also use _peerConnectionId for useMultibandTrackVolume (#234) (b2d025b)

Release 2.7.1

08 Apr 12:13

Choose a tag to compare

2.7.1 (2025-04-08)

Bug Fixes

  • consider remote video track as visible when ios PIP is enabled (#233) (ac469a4)
  • use _peerConnectionId for accurate volume tracking (#228) (658c9d1)

Release 2.7.0

07 Apr 09:56

Choose a tag to compare

Release 2.6.5

17 Mar 16:52

Choose a tag to compare

2.6.5 (2025-03-17)

Bug Fixes

  • fix useMultibandTrackVolume and useTrackVolume infinite rerender (#216) (30f1734)
  • synchronize android audio sink management (#217) (21a4edd)

Release 2.6.4

13 Mar 16:54

Choose a tag to compare

2.6.4 (2025-03-13)

Bug Fixes

  • properly initialize audio processing controller on android (#213) (660f8f8)

Release 2.6.3

05 Mar 10:25

Choose a tag to compare

2.6.3 (2025-03-05)

Bug Fixes

New Contributors

Full Changelog: v2.6.2...v2.6.3

Release 2.6.2

24 Feb 07:29

Choose a tag to compare

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)

Release 2.6.2-0

18 Feb 13:35

Choose a tag to compare

Release 2.6.2-0 Pre-release
Pre-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)

Release 2.6.1

17 Feb 08:29

Choose a tag to compare

2.6.1 (2025-02-17)

Bug Fixes

  • fix library not building when linked as a static framework (#198) (84bd1db)