This release brings the possibility for edge-to-edge display, a grace period for sync errors, and fixes to exiting modals.
What's Changed
This release brings the possibility for edge-to-edge display, a grace period for sync errors, and fixes to exiting modals.
✨ Features
🙌 Improvements
- Invert the microphone and video button colors again by @robintown in #3900
- Allow Android native back gesture/button to close settings in EC (only if settings are closed EC will go into pip) by @toger5 in #3908
- Allow calls to display edge-to-edge on mobile by @robintown in #3903
💾 Developer Experience
- Only send posthog callEnded Event if the user has joined the call. by @toger5 in #3852
- Fix race in playwright sticky test by @toger5 in #3877
- setup SFU webhooks for local dev environment to be compatible with delegation of delayed events by @fkwp in #3717
👒 Dependencies
- Update dependency livekit-client to v2.18.4 by @renovate[bot] in #3895
- Update dependency livekit-client to v2.18.5 by @renovate[bot] in #3912
- Update dependency uuid to v14 [SECURITY] by @renovate[bot] in #3918
- Update dependency livekit-client to v2.18.6 by @renovate[bot] in #3919
- Update dependency livekit-client to v2.18.8 by @renovate[bot] in #3934
- Update all non-major dependencies by @renovate[bot] in #3940
Full Changelog: v0.19.2...v0.19.3-rc1
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.19.3-rc1
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.19.3-rc1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.19.3-rc1-SNAPSHOT'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.19.3-rc1")