What's Changed
🐛 Bugfixes
- Avoid redundantly showing the local user in the PiP tile by @robintown in #3835
Others
- Stop calling rtc/transport in widget mode by @BillCarsonFr in #3828
- msc4039 support b64 in addition to blob file download by @BillCarsonFr in #3818
- Refactor LocalTransport discovery and validation by @BillCarsonFr in #3838
👒 Dependencies
- Update GitHub Actions by @renovate[bot] in #3831
- Update dependency lodash-es to v4.18.1 [SECURITY] by @renovate[bot] in #3837
- Update all non-major dependencies by @renovate[bot] in #3832
- Update dependency @vector-im/compound-design-tokens to v8 by @renovate[bot] in #3824
- Update dependency @vector-im/compound-design-tokens to v9 by @renovate[bot] in #3846
Full Changelog: v0.19.0...v0.19.1-rc1
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.19.1-rc1
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.19.1-rc1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.19.1-rc1-SNAPSHOT'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.19.1-rc1")