Just testing. Please ignore.
SwiftPM embedded package
This package provides a build of Element Call that can be used as an embedded widget within another application.
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.9.0-release-test.11")
NPM embedded package
This package provides a build of Element Call that can be used as an embedded widget within another application.
npm install @element-hq/element-call-embedded@0.9.0-release-test.11
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:0.9.0-release-test.11
Android AAR embedded package
This package provides a build of Element Call that can be used as an embedded widget within another application.
dependencies {
implementation 'io.element.android:element-call-embedded:0.9.0-release-test.11'
}