Skip to content

fix(deps): update call#2848

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/call
Open

fix(deps): update call#2848
renovate[bot] wants to merge 1 commit intodevfrom
renovate/call

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@element-hq/element-call-embedded 0.16.30.18.0 age confidence
matrix-widget-api 1.13.01.17.0 age confidence

Release Notes

element-hq/element-call (@​element-hq/element-call-embedded)

v0.18.0

Compare Source

What's Changed

We welcome @​JakeTripplJ as a new contributor who brings screen share volume controls to Element Call.
On top, we get a better picture-in-picture experience in Web, and an issue is fixed with portrait vs. landscape streams/tiles. Which improves the mobile → desktop call experience by a lot!

✨ Features
🐛 Bugfixes
💾 Developer Experience
Others
  • fix: add id-token permission as its required by tailscale login (part 2) by @​fkwp in #​3770
👒 Dependencies

New Contributors

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

v0.17.0

Compare Source

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")
matrix-org/matrix-widget-api (matrix-widget-api)

v1.17.0

Compare Source

1.17.0 Release

What's Changed

New Contributors

Full Changelog: matrix-org/matrix-widget-api@v1.16.1...v1.17.0

v1.16.1

Compare Source

1.16.1 Release

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.16.0...v1.16.1

v1.16.0

Compare Source

1.16.0 Release

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.15.0...v1.16.0

v1.15.0

Compare Source

1.15.0 Release

What's Changed

New Contributors

Full Changelog: matrix-org/matrix-widget-api@v1.14.0...v1.15.0

v1.14.0

Compare Source

1.14.0 Release

⚠️ Breaking changes

This release introduces breaking changes to the WidgetApi methods for updating delayed events, and to the WidgetDriver methods for performing the requested update action in a client. See #​143 for details. Only the minor version has been bumped because the APIs in question are currently considered experimental.

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.13.1...v1.14.0

v1.13.1

Compare Source

1.13.1 Release

  • Fix reading room state using the read_events action.

If a widget does not support the update_state version but the driver implements the new API from version 1.12 the room state was updated based on timeline events. (only considering the most recent events and not older state events.)


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 25, 2026
@github-actions
Copy link
Copy Markdown

Preview: https://2848--pr-cinny.netlify.app
⚠️ Exercise caution. Use test accounts. ⚠️

@OstojaOfficial
Copy link
Copy Markdown

Merging this would solve #2786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant