Skip to content

v0.12.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@toger5 toger5 released this 23 May 15:58
· 1 commit to release-v0.12.0 since this release
24cb61c

What's Changed

Make element call compatible with widget drivers that do not support the update_state widget action (and drivers that do)

Others

  • Backport: Disable device switching when in controlled audio devices mode by @toger5 in #3291

Full Changelog: v0.12.0-rc.2...v0.12.0-rc.3

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.12.0-rc.3

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.12.0-rc.3

Android AAR

dependencies {
  implementation 'io.element.android:element-call-embedded:0.12.0-rc.3-SNAPSHOT'
}

SwiftPM

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