Skip to content

v0.13.1

Latest
Compare
Choose a tag to compare
@toger5 toger5 released this 03 Jul 15:23
c3eb253

This release fixes bluetooth devices issues on iOS present in v0.13.0.

What's Changed

πŸ› Bugfixes

  • Fix Bluetooth iOS issue (device auto switches from Bluetooth to speaker) by @toger5 in #3383

Known problems

  • When the bluetooth device is connected to the phone mid call, there can be problems when switching devices.

Full Changelog: v0.13.0...v0.13.1

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.13.1

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.13.1

Android AAR

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

SwiftPM

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