github element-hq/element-call v0.19.3-rc1

pre-release4 hours ago

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

  • [Feature] add grace period before reporting the sync loop as disconnected by @fkwp in #3913

🙌 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

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")

Don't miss a new element-call release

NewReleases is sending notifications on new releases.