Releases: livekit/rust-sdks
ffi-v0.3.13
prebuilt binaries of livekit-ffi v0.3.11
What's Changed
Full Changelog: webrtc-d5afc4b...ffi-v0.3.13
ffi-v0.3.12
What's Changed
- feat: rtc stats by @theomonnom in #218 #229 #231
- chore: fix minor comment typo by @cs50victor in #228
New Contributors
- @cs50victor made their first contribution in #228
Full Changelog: ffi-v0.3.11...ffi-v0.3.12
ffi-v0.3.11
prebuilt binaries of livekit-ffi v0.3.11
What's Changed
- fix: relative /rtc & remove sensitive logs by @theomonnom in #220
- feat: bump to protocol 9 by @theomonnom in #221
- fix: swallow data when the participant info is unknown by @theomonnom in #222
- feat: handle ping & correctly close the signal_task by @theomonnom in #223
- fix: redundant close on SignalClient by @theomonnom in #224
- feat: allow conversions using ptr on the ffi by @theomonnom in #226
Full Changelog: ffi-v0.3.10...ffi-v0.3.11
ffi-v0.3.9
prebuilt binaries of livekit-ffi v0.3.9
What's Changed
- fix: participant updates by @theomonnom in #202
- fix: tasks being stuck while closing the PC by @theomonnom in #203
- fix: better reconnection logic & safety by @theomonnom in #204
- fix: audio source captures with "late" frames by @theomonnom in #207
- fix: wrong queuable messages by @theomonnom in #206
- feat: handle metadata by @theomonnom in #205
- feat: ffi update metadata requests by @theomonnom in #209
- use qemu for arm builds by @theomonnom in #211
- fix: data from the server sdk by @theomonnom in #212
Full Changelog: ffi-v0.3.6...ffi-v0.3.9
ffi-v0.3.10
prebuilt binaries of livekit-ffi v0.3.10
What's Changed
- fix: published_track order by @theomonnom in #214
Full Changelog: ffi-v0.3.9...ffi-v0.3.10
ffi-v0.3.6
prebuilt binaries of livekit-ffi v0.3.6
- fix: support non-utf8 std::string which can come e.g. from Windows message errors by @leanmendoza in #193
- fix: docs.rs builds by @theomonnom in #194
- feat: update dependencies & rename livekit-webrtc to libwebrtc by @theomonnom in #195
- fix: remote track desired state by @theomonnom in #196
- feat: add more logs & monitor stuck tasks by @theomonnom in #197
- feat: room eos by @theomonnom in #198
- feat: automatically release drafts for ffi & add license by @theomonnom in #199
- feat: add RtcConfiguration to RoomOptions by @theomonnom in #200
New Contributors
- @leanmendoza made their first contribution in #193
Full Changelog: ffi-v0.3.5...ffi-v0.3.6
ffi v0.3.5
prebuilt binaries of livekit-ffi v0.3.5
- fix: e2ee and upgrade webrtc by @theomonnom in #190
webrtc-6af5bfd
WebRTC builds including our patches
SHA: 6af5bfdf36dae99bee428d761b307f463858e8ef
changes:
add failure tolerance for framecryptor webrtc-sdk/webrtc#91
fix h264 freeze with rbsp webrtc-sdk/webrtc#93
send cryptor events from signaling thread webrtc-sdk/webrtc#95
win: x64, arm64
linux: x64, arm64
mac: x64, arm64
android: x64, arm64, arm
ios-device: arm64
ios-simulator: arm64
webrtc-0649214
WebRTC builds including our patches
SHA: 06492146d42362cf9e40793bf518bd8dfc238f9d
changes:
more improvements for framecryptor webrtc-sdk/webrtc#96
- Use independent threads to process frame encryption/decryption
- Correct handle SIF frame, catch up with js rules
- Fix a fault tolerance judgment failure
win: x64, arm64
linux: x64, arm64
mac: x64, arm64
android: x64, arm64, arm
ios-device: arm64
ios-simulator: arm64
ffi v0.3.4
prebuilt binaries of livekit-ffi v0.3.4
- feat: add eos events by @theomonnom in #184
- feat: automatically switch to ws protocol when using http by @theomonnom in #186
- fix: publisher migration failures & wait for subscriber pc on initial connection by @theomonnom in #187