Skip to content

Conversation

@TamaraFinogina
Copy link
Collaborator

Description

Bring the latest updates from Jitsi

jallamsetty1 and others added 9 commits January 22, 2026 10:35
…k creation (jitsi#2956)

* feat(JitsiParticipant): Add participant-level mute state change events

   Adds TRACK_AUDIO_MUTED_CHANGED and TRACK_VIDEO_MUTED_CHANGED events that emit when a participant's aggregate mute state changes. A participant is considered unmuted
    if ANY source for that media type is unmuted.

   Also fixes bug where sources weren't added when media type map didn't exist.

* fix(JitsiConference): Emit TRACK_MUTE_CHANGED for initial remote track mute state

* fix(JitsiConference): handle mute state updates arriving before track creation
Since IE11 reached end-of-life in June 2022, the window.attachEvent
fallback in the message event listener registration is no longer needed.
All modern browsers support addEventListener.

This simplifies the code by removing the conditional check and using
addEventListener directly.

Fixes jitsi#2970
Bumps [webpack](https://github.com/webpack/webpack) from 5.98.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.98.0...v5.105.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@TamaraFinogina TamaraFinogina self-assigned this Feb 10, 2026
Copy link

@cePuerto cePuerto left a comment

Choose a reason for hiding this comment

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

Have we tested this? If So, I approve this.

@TamaraFinogina TamaraFinogina changed the base branch from master to new_version February 10, 2026 16:51
@TamaraFinogina TamaraFinogina merged commit a68980b into new_version Feb 10, 2026
3 checks passed
@TamaraFinogina TamaraFinogina deleted the updates_from_jitsi branch February 10, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants