Skip to content

Update dependency io.element.android:element-call-embedded to v0.17.0#6244

Merged
bmarty merged 1 commit intodevelopfrom
renovate/io.element.android-element-call-embedded-0.x
Feb 26, 2026
Merged

Update dependency io.element.android:element-call-embedded to v0.17.0#6244
bmarty merged 1 commit intodevelopfrom
renovate/io.element.android-element-call-embedded-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2026

This PR contains the following updates:

Package Change Age Confidence
io.element.android:element-call-embedded 0.16.30.17.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

element-hq/element-call (io.element.android:element-call-embedded)

v0.17.0

What's Changed

Version 0.17.0 is large leap in landing the MatrixRTC spec. It is contains all the implementation proves required for the spec process.

The main changes are:

  • It is not yet leveraging all 2.0 improvements but implements all necessary parts to be compatible.
  • It is fully compatible with v0.16.0 and behaves the same
  • if someone sends 2.0 events and uses features like publishing there media on their own SFU, this version will still connect with those users

Additionally it brings a lot of bug fixes and cleanups!

There is a full refactor of the CallViewModel (a major part of the codebase), an SDK version, and all the Matrix 2.0 features that cover security, reliability and convenience.

It is important to note that this release does not use any of the new Matrix features and MatrixRTC changes by default. So it is a fully compatible version that can be updated. Since it is compatible it allows a comfortable transition because it is compatible with future versions that enable the new spec by default.

✨ Features
  • Element Call SDK target by @​toger5 in #​3600
  • [backport][Matrix2.0 compatibility] stop advertising livekit_alias, use "ROOM" slot_id (backwards compat), stop sending deprecated notify #​3705 by @​toger5 in #​3719
  • [backport] [MatrixRTC SDK] improvements - compatible with custom rtc application by @​toger5 in #​3723
🙌 Improvements
📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies

New Contributors

Full Changelog: element-hq/element-call@v0.16.3...v0.17.0

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.17.0

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@
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.17.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.17.0")

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 24, 2026 21:07
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Feb 24, 2026
@renovate renovate bot requested review from bmarty and removed request for a team February 24, 2026 21:07
@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/U6ZBpg

@ElementBot
Copy link
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L6 - A newer version of com.android.tools.build:gradle than 8.13.2 is available: 9.0.1

⚠️

gradle/libs.versions.toml#L42 - A newer version of io.coil-kt.coil3:coil-test than 3.3.0 is available: 3.4.0

⚠️

gradle/libs.versions.toml#L194 - A newer version of org.jsoup:jsoup than 1.21.2 is available: 1.22.1

Generated by 🚫 dangerJS against 04341f1

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.41%. Comparing base (01aeca7) to head (04341f1).
⚠️ Report is 23 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6244   +/-   ##
========================================
  Coverage    81.41%   81.41%           
========================================
  Files         2571     2571           
  Lines        69850    69850           
  Branches      8964     8964           
========================================
+ Hits         56869    56870    +1     
  Misses        9653     9653           
+ Partials      3328     3327    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call still seems to work fine.

@bmarty bmarty merged commit d23f81a into develop Feb 26, 2026
39 of 40 checks passed
@bmarty bmarty deleted the renovate/io.element.android-element-call-embedded-0.x branch February 26, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants