Skip to content

v0.14.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robintown robintown released this 21 Jul 19:14
· 2 commits to livekit since this release

What's Changed

✨ Features

πŸ™Œ Improvements

  • Reduce timeout after network error down to 100 ms for resetting delayed events by @fkwp in #3365
  • Increase opacity of the EarpieceOverlay background for better visibility by @toger5 in #3369
  • Update earpiece overlay button text for clarity by @toger5 in #3370

πŸ› Bugfixes

Others

  • Fix bluetooth iOS issue (device auto switches from Bluetooth to speaker) by @toger5 in #3388
  • Earpiece follow up: Change labels and icons by @toger5 in #3401

πŸ‘’ Dependencies

  • Update dependency livekit-client to v2.14.0 by @renovate[bot] in #3371
  • Update embedded package dependencies by @renovate[bot] in #3378
  • Update all non-major dependencies by @renovate[bot] in #3377
  • Update dependency livekit-client to v2.15.2 by @renovate[bot] in #3396
  • Update dependency @vector-im/compound-design-tokens to v4.0.5 by @renovate[bot] in #3392
  • Update dependency @livekit/components-react to v2.9.13 by @renovate[bot] in #3395
  • Update dependency livekit-client to v2.15.3 by @renovate[bot] in #3406
  • Update LiveKit components by @renovate[bot] in #3407
  • Update dependency @vector-im/compound-web to v8.2.0 by @renovate[bot] in #3410
  • Update dependency @vector-im/compound-design-tokens to v5 by @renovate[bot] in #3411

Full Changelog: v0.13.0-rc.1...v0.14.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.14.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.14.0-rc.1

Android AAR

dependencies {
  implementation 'io.element.android:element-call-embedded:0.14.0-rc.1-SNAPSHOT'
}

SwiftPM

.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.14.0-rc.1")