Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2025

This PR contains the following updates:

Package Change Age Confidence
io.element.android:element-call-embedded 0.14.1 -> 0.15.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.15.0

Stability and Spec work

This release introduces a key part of the MatrixRTC spec that was previously missing from Element Call. The state key of call member events is now distinct per MatrixRTC session type (application), allowing an Element Call m.call session to run alongside other session types.

Element Call now also supports MatrixRTC Authorization Service v0.3.0, which adds a key infrastructure control by restricting automatic LiveKit SFU room creation to users on selected (trusted) homeservers, helping ensure that SFU resources are used efficiently and remain available for their intended communities. Note this does NOT break calls across federation.

Calls also now have a dedicated "Reconnecting" state. This enhances both stability and security: Element Call stops publishing and subscribing media when you are disconnected from the room state. This prevents downloading media you cannot decrypt and uploading media unnecessarily when others are not aware you are in the call.

What's Changed

🛠 Breaking Changes
  • Stop reading deprecated config options (DONT USE: membership_keep_alive_period, membership_server_side_expiry_timeout, key_rotation_on_leave_delay) by @​toger5 in #​3416
✨ Features
🙌 Improvements
📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies

Full Changelog: element-hq/element-call@v0.14.1...v0.15.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.15.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/[email protected]
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.15.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.15.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 August 26, 2025 14:41
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Aug 26, 2025
@renovate renovate bot requested review from jmartinesp and removed request for a team August 26, 2025 14:41
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Aug 26, 2025
@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/j5mWXj

@ElementBot
Copy link
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L24 - A newer version of androidx.compose:compose-bom than 2025.07.00 is available: 2025.08.00

⚠️

gradle/libs.versions.toml#L50 - A newer version of com.autonomousapps:dependency-analysis-gradle-plugin than 2.19.0 is available: 3.0.1

⚠️

gradle/libs.versions.toml#L157 - A newer version of org.robolectric:robolectric than 4.15.1 is available: 4.16

Generated by 🚫 dangerJS against 0335ac3

Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

It works fine AFAICT.

@jmartinesp jmartinesp enabled auto-merge (squash) August 26, 2025 14:59
@jmartinesp jmartinesp merged commit 2fbfd25 into develop Aug 26, 2025
37 of 38 checks passed
@jmartinesp jmartinesp deleted the renovate/io.element.android-element-call-embedded-0.x branch August 26, 2025 15:13
@codecov
Copy link

codecov bot commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.21%. Comparing base (477f99a) to head (0335ac3).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5229   +/-   ##
========================================
  Coverage    80.21%   80.21%           
========================================
  Files         2241     2241           
  Lines        61484    61484           
  Branches      7791     7791           
========================================
  Hits         49319    49319           
  Misses        9310     9310           
  Partials      2855     2855           

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

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.

3 participants