What's Changed
✨ Features
- Add intents for group voice calls by @robintown in #3842
- Move settings button out of the button bar (space for loud-speaker button) by @toger5 in #3856
🙌 Improvements
- Make the footer move floating tiles out of the way when shown by @robintown in #3869
- Move local video tile in one-on-one layout to be flush with the edge by @robintown in #3872
- Get rid of the 'open in app' mobile prompt by @robintown in #3871
- Footer component -> Storybook by @toger5 in #3885
- Remove unneeded filtering from screen share audio by @JakeTripplJ in #3859
🐛 Bugfixes
- Add a shadow to draggable items to prohibit invisible PIP outlines. by @toger5 in #3851
- Fix a race condition causing the joiner to never publish media to the call by @BillCarsonFr in #3854
- Fix placement of reaction and raised hand indicators by @robintown in #3868
- Fix local screen share not appearing in one-on-one calls by @robintown in #3882
- Fix visual glitches with multiple screen shares by @robintown in #3889
💾 Developer Experience
👒 Dependencies
- Update dependency vite to v8 [SECURITY] by @renovate[bot] in #3847
- Update Compound (major) by @renovate[bot] in #3863
- Update dependency livekit-client to v2.17.2 by @renovate[bot] in #3666
- Update dependency livekit-client to v2.18.2 by @renovate[bot] in #3880
- Update dependency livekit-client to v2.18.3 by @renovate[bot] in #3883
Full Changelog: v0.19.1...v0.19.2-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.19.2-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.19.2-rc.1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.19.2-rc.1'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.19.2-rc.1")