Skip to content

Conversation

@TamaraFinogina
Copy link
Collaborator

@TamaraFinogina TamaraFinogina commented Feb 10, 2026

Description

Prepare version v.0.0.21 of the library, which contains:

  • extra clean up for decoder
  • clean up for webworker
  • chat keys are sent by the first person instead of the moderator
  • Jitsi updates

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

jallamsetty1 and others added 29 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
@TamaraFinogina TamaraFinogina changed the title [_] New version [_] Prepare release of v.0.0.21 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.

It would need a QA pass to check its integrity.

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