Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 3.27 KB

File metadata and controls

69 lines (35 loc) · 3.27 KB

@livekit/react-native

2.12.0

Minor Changes

  • Configure the iOS audio session natively in the default path, removing the audio engine's JS round trip and its deadlock window. Deprecate the unsafe onConfigureNativeAudio callback form of setupIOSAudioManagement. Developers can instead pass in a static IOSAudioSessionPolicy. - #434 (@hiroshihorie)

Patch Changes

2.11.1

Patch Changes

  • Update @livekit/react-native-webrtc to 144.1.1 - #423 (@davidliu)

    144.1.0 had an issue which could cause deadlocks when the audio state had changed.

2.11.0

Minor Changes

  • Migrate Apple platforms to AVAudioEngine-based audio device module - #317 (@hiroshihorie)

Patch Changes

  • Update @livekit/react-native-webrtc to 144.1.0 - #393 (@davidliu)

  • Update livekit-client to 2.19.0 - #391 (@davidliu)

  • Fix incomplete exports map in package.json, causing a dual-instance of @livekit/components and breaking RoomContext - #351 (@davidliu)

  • Update web-streams-polyfill to 4.3.0 - #391 (@davidliu)

  • Add polyfills for CountQueuingStrategy and TransformStream for compatibility with livekit-client - #391 (@davidliu)

2.11.0-beta.1

Patch Changes

  • Fix incomplete exports map in package.json, causing a dual-instance of @livekit/components and breaking RoomContext - #351 (@davidliu)

2.11.0-beta.0

Minor Changes

  • Migrate Apple platforms to AVAudioEngine-based audio device module - #317 (@hiroshihorie)

2.10.2

Patch Changes

2.10.1

Patch Changes

  • Fix metro warning on invalid path configuration in package.json - #343 (@davidliu)

  • Polyfill for DOMException to handle usage in livekit-client - #341 (@davidliu)

2.10.0

Minor Changes

  • Update @livekit/react-native-webrtc to 144.0.0 - #335 (@davidliu)