Release packages#1110
Merged
Merged
Conversation
Contributor
ChangesetChangeset found but no version bumps declared. |
e750efc to
019b37c
Compare
8304021 to
9e03067
Compare
9e03067 to
d26beb5
Compare
xianshijing-lk
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Merging this pull request will create these releases
livekit-datatrack 0.1.7 (2026-05-21)
Features
Fixes
livekit 0.7.42 (2026-05-21)
Features
Fixes
feat: add Android application context initialization for PlatformAudio support.
Android requires
ContextUtils.initialize(applicationContext)before WebRTC audio components can be created. This change:livekit_ffi_initialize_android_context()C FFI function for Unity and other FFI consumersCreateAndroidAudioDeviceModule()instead of genericCreateAudioDeviceModule()on AndroidPlatform notes:
webrtc-sys-build 0.3.18 (2026-05-21)
Fixes
webrtc-sys 0.3.32 (2026-05-21)
Fixes
feat: add Android application context initialization for PlatformAudio support.
Android requires
ContextUtils.initialize(applicationContext)before WebRTC audio components can be created. This change:livekit_ffi_initialize_android_context()C FFI function for Unity and other FFI consumersCreateAndroidAudioDeviceModule()instead of genericCreateAudioDeviceModule()on AndroidPlatform notes:
libwebrtc 0.3.34 (2026-05-21)
Fixes
feat: add Android application context initialization for PlatformAudio support.
Android requires
ContextUtils.initialize(applicationContext)before WebRTC audio components can be created. This change:livekit_ffi_initialize_android_context()C FFI function for Unity and other FFI consumersCreateAndroidAudioDeviceModule()instead of genericCreateAudioDeviceModule()on AndroidPlatform notes:
livekit-ffi 0.12.60 (2026-05-21)
Features
feat: add Android application context initialization for PlatformAudio support.
Android requires
ContextUtils.initialize(applicationContext)before WebRTC audio components can be created. This change:livekit_ffi_initialize_android_context()C FFI function for Unity and other FFI consumersCreateAndroidAudioDeviceModule()instead of genericCreateAudioDeviceModule()on AndroidPlatform notes:
Fixes