Skip to content

v0.12.2 (Embedded only release)

Latest
Compare
Choose a tag to compare
@toger5 toger5 released this 05 Jun 21:56

It contains the following notable changes to optimize the audio device handling on mobile devices:

  • add onAudioTrackReady callback for controls 533297

  • Use html audio element to call setsink id for reactions and call sounds. 5332970

  • Always render audio from the current set of participants 9ff6bc

  • Avoid reactivity bugs in how we track external state 047b3f

  • Ignore spurious 'devicechange' events a9ab93

  • Break loop in acquiring media on Safari 8b75a2

Full Changelog: v0.12.0...v0.12.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.12.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/[email protected]

Android AAR

dependencies {
  implementation 'io.element.android:element-call-embedded:0.12.2'
}

SwiftPM

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