github element-hq/element-call v0.22.0-rc.2

pre-release10 hours ago

What's Changed

The app now displays a gradient background by default, even when used as a widget. If you wish to disable it, you can do so with the URL parameter background=solid.

🛠 Breaking Changes

  • Improve the look of voice calls and group calls on mobile by @robintown in #4067

🙌 Improvements

💾 Developer Experience

  • Fix some false positives flagged by ObservableScope leak lint rule by @robintown in #4073
  • fix getChild before rageshake setup by @toger5 in #4088
  • Use vitest's default for scoped class names by @robintown in #4099

👒 Dependencies

New Contributors

Full Changelog: v0.21.0...v0.22.0-rc.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.22.0-rc.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.22.0-rc.2

Android AAR

dependencies {
  implementation 'io.element.android:element-call-embedded:0.22.0-rc.2'
}

SwiftPM

.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.22.0-rc.2")

Don't miss a new element-call release

NewReleases is sending notifications on new releases.