What's Changed
✨ Features
- [backport][Matrix2.0 compatibility] stop advertising livekit_alias, use "ROOM" slot_id (backwards compat), stop sending deprecated notify #3705 by @toger5 in #3719
- [backport] [MatrixRTC SDK] improvements - compatible with custom rtc application by @toger5 in #3723
Full Changelog: v0.17.0-rc.1...v0.17.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.17.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@
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.17.0-rc.2")