To Device compatibility RC4
This hides debugging information behind the developer flat
What's Changed
- Backport: Bump js-sdk to use new logger (part of: Fix matrixRTC js-sdk logs in rageshakes) by @toger5 in #3230
- Backport: Return to latest livekit-client version (2.11.3) by @robintown in #3232
- Backport: Only show to device encryption label if developer mode on by @toger5 in #3231
Full Changelog: v0.10.0-rc.3...v0.10.0-rc.4
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.10.0-rc.4
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.10.0-rc.4
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.10.0-rc.4-SNAPSHOT'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.10.0-rc.4")