What's Changed
🙌 Improvements
- Use a proper one-on-one layout for landscape mobile calls by @robintown in #4128
- Prefer grid mode in landscape on mobile by @robintown in #4129
🐛 Bugfixes
- fix: Safari preview tile no video is 16px wide only by @BillCarsonFr in #4125
- Only show layout switch when it has an effect on the layout by @robintown in #4130
Full Changelog: v0.22.0...v0.23.0-rc.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.23.0-rc.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.23.0-rc.1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.23.0-rc.1'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.23.0-rc.1")