What's Changed
- Explicitly set docker image version for releases by @hughns in #3196
- Set the correct license on docker images by @hughns in #3197
- Update renovate.json by @toger5 in #3187
- Update dependency vite to v6.2.6 [SECURITY] by @renovate in #3193
- Update developer key transport setting description by @toger5 in #3194
- Bump js-sdk to
develop
branch (with RoomAndToDeviceTransport) by @toger5 in #3205 - Improve tagging of Release versions of platform specific embedded packages by @hughns in #3203
- Add PR- label requirement action by @toger5 in #3171
- Add a .links.temp-disabled.yaml state explicitly for when the pre-commit hook disabled the yaml. by @toger5 in #3210
- add information about required synapse listeners by @fkwp in #3215
- Revert livekit-client to 2.10.0 by @robintown in #3222
- Fix MatrixRTC js-sdk logs in rageshakes by @toger5 in #3226
- Set
ratchetWindowSize
to > 0 enable rachet compatibility. by @toger5 in #3224 - Return to latest livekit-client version (2.11.3) by @robintown in #3229
- Fix syntax highlighting of Nginx snippets by @fkwp in #3236
- Fix Playwright tests in Firefox by @robintown in #3237
- Add background blur feature for supported devices by @toger5 in #2812
Full Changelog: https://github.com/element-hq/element-call/compare/v0.10.0..v0.11.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.11.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.11.0-rc.1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.11.0-rc.1-SNAPSHOT'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.11.0-rc.1")