Just testing. Please ignore.
SwiftPM
This package provides an embedded build of Element Call that can be both used as a widget within another application.
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "v0.9.0-release-test.5")
Docker
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.
docker pull ghcr.io/element-hq/element-call:v0.9.0-release-test.5
Android AAR
This package provides an embedded build of Element Call that can be both used as a widget within another application.
dependencies {
implementation 'io.element.call:element-call-embedded:v0.9.0-release-test.5'
}