What's Changed
✨ Features
- [Feature] Support delayed event delegation for legacy JWT request by @fkwp in #3946
- Implement fast switcher (+ ViewModel with snapshot example) by @toger5 in #3961
🙌 Improvements
- Add
MediaMuteAndSwitchButtoncomponent (storybook only) by @toger5 in #3938 - Create a proper one-on-one call layout for portrait screens by @robintown in #3916
📄 Documentation
🐛 Bugfixes
- bugfix: When starting muted, have to click twice to unmute in call by @BillCarsonFr in #3962
- Fix tap-to-show call controls on iOS by @fkwp in #3966
- Stop the settings button from appearing while footer is fading out by @robintown in #3979
💾 Developer Experience
- [fix] nginx config as the missing 50x.html escalates 502 errors to 404 by @fkwp in #3947
- Add storybook to CI by @toger5 in #3948
- List additional dependencies needed for development by @Johennes in #3975
- Use vite storybook plugin for storybook tests by @toger5 in #3960
👒 Dependencies
- Update dependency livekit-client to v2.18.9 by @renovate[bot] in #3958
- Update dependency @livekit/components-react to v2.9.21 by @renovate[bot] in #3957
- Update dependency @vector-im/compound-design-tokens to v10.1.1 by @renovate[bot] in #3942
- Update GitHub Actions by @renovate[bot] in #3939
- Update dependency livekit-client to v2.18.10 by @renovate[bot] in #3969
Full Changelog: v0.19.3...v0.20.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.20.0-rc.1
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.20.0-rc.1'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.20.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.20.0-rc.1