Element Call now supports background blurring for video feeds. This highly requested feature finally made it to Element Call. As one of the most secure video conferencing solutions, this is a must have for Element Call because it can be considered a privacy feature.
What's Changed
✨ Features
🙌 Improvements
📄 Documentation
- add information about required synapse listeners by @fkwp in #3215
- Update developer key transport setting description by @toger5 in #3194
🐛 Bugfixes
- Fix connection leaks: Ensure that any pending connection open are cancelled/undo when ActiveCall is unmounted (#3255) by @toger5 in #3269
💾 Developer Experience
- Explicitly set docker image version for releases by @hughns in #3196
- 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
- Fix MatrixRTC js-sdk logs in rageshakes by @toger5 in #3226
- Fix syntax highlighting of Nginx snippets by @fkwp in #3236
Others
- Set the correct license on docker images by @hughns in #3197
- Fix Playwright tests in Firefox by @robintown in #3237
👒 Dependencies
- Update dependency vite to v6.2.6 [SECURITY] by @renovate in #3193
- Bump js-sdk to
develop
branch (with RoomAndToDeviceTransport) by @toger5 in #3205
Full Changelog: v0.10.0...v0.11.0
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
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
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.11.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.11.0")