What's Changed
✨ Features
🙌 Improvements
- Fix corner radius on screenshare overlay in widget mode by @Johennes in #4000
- feat(errors): Report livekit error as such instead of generic unknown errors by @BillCarsonFr in #4012
- Show typed error when matrix_2_0 mode is forced without homeserver MSC4354 support by @fkwp in #4017
- Controls api
onPipMediaOrientationby @toger5 in #4004
🐛 Bugfixes
- Show the right labels in device switcher menus by @robintown in #4003
- Add Promise.withResolvers polyfill for older WebViews (Chrome < 119) by @manfrommedan in #3905
- Fix play of second leave sound by @toger5 in #3995
- feat(mute): add syncing state and disable toggle during async mute by @BillCarsonFr in #4013
- Fix missing text color for remote raised hand duration by @Johennes in #4009
- Fix Logging indexDB EC/EW collision by @toger5 in #4038
- Fix a minor resource leak with display names and avatars by @robintown in #4036
💾 Developer Experience
- dev-tool: Add option to enable extended livekit logs by @BillCarsonFr in #3924
- devx: Allow to run local dev EC on mobile in same wifi by @BillCarsonFr in #3973
👒 Dependencies
- Update Gradle to v8.14.5 by @renovate[bot] in #3999
- Update all non-major dependencies by @renovate[bot] in #3998
- Update dependency @vector-im/compound-design-tokens to v10.2.0 by @renovate[bot] in #3987
- Update dependency livekit-client to v2.19.0 by @renovate[bot] in #3988
- Update LiveKit client to v2.19.1 by @renovate[bot] in #4023
- Update Compound by @renovate[bot] in #4022
- Update LiveKit client to v2.19.2 by @renovate[bot] in #4031
- Update Compound to v10.2.2 by @renovate[bot] in #4041
- Update dependency vite to v8.0.16 [SECURITY] by @renovate[bot] in #4045
New Contributors
- @manfrommedan made their first contribution in #3905
Full Changelog: v0.20.0...v0.20.2
Docker full package
Element Call is available as a Docker image from the GitHub Container Registry.
The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).
docker pull ghcr.io/element-hq/element-call:v0.20.2
Embedded packages
This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.
NPM
npm install @element-hq/element-call-embedded@0.20.2
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.20.2'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.20.2")