-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: jitsi/lib-jitsi-meet
base: v1898.0.0+7a15afaf
head repository: jitsi/lib-jitsi-meet
compare: master
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1164ca6 - Browse repository at this point
Copy the full SHA 1164ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115065f - Browse repository at this point
Copy the full SHA 115065fView commit details
Commits on Jan 16, 2025
-
fix(video-quality) Fixes an issue where outbound resolution can be st…
…uck at wrong resolution. The calls to RTCRtpSender.setParameters() are all chained and the current maxHeight is set after the call to setParameters is resolved. If there is another call made to setParameters before the previous one resolves, we can end up passing the wrong maxHeight resulting in the client getting stuck at an unexpected resolution. This issue can be reproduced sometimes when the users are moving across the main and breakout rooms. TPC.setVideoCodecs() ends up pushing a wrong maxHeight for update when the previous call to setParameters hasn't resolved yet.
Configuration menu - View commit details
-
Copy full SHA for 250ff7e - Browse repository at this point
Copy the full SHA 250ff7eView commit details
Commits on Jan 21, 2025
-
fix(JPC) skip processing remote audio sources when startSilent
Avoids having any actual remote audio tracks, which can mess with the mobile audio session.
Configuration menu - View commit details
-
Copy full SHA for 22daa35 - Browse repository at this point
Copy the full SHA 22daa35View commit details
Commits on Jan 23, 2025
-
fix(ScreenObtainer): allow Electron to use getDisplayMedia, hidden be…
…hind a flag for now (#2605)
Configuration menu - View commit details
-
Copy full SHA for 8a5c1dd - Browse repository at this point
Copy the full SHA 8a5c1ddView commit details -
fix(SDP) Include the trackId in the signaled msid for the source. (#2621
Configuration menu - View commit details
-
Copy full SHA for 54592e6 - Browse repository at this point
Copy the full SHA 54592e6View commit details
Commits on Jan 27, 2025
-
fix(xmpp) unescape HTML entities in JSON messages
Jigasi / Jitsi (desktop) seems to encode apostrophes like (&apos or ') for instance. This is notably visible in the subtitles. Normalize it so it's plain UTF-8.
Configuration menu - View commit details
-
Copy full SHA for 8869b30 - Browse repository at this point
Copy the full SHA 8869b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca734af - Browse repository at this point
Copy the full SHA ca734afView commit details -
fix(codec) Debounce the call that calc codec intersection set. (#2622)
* fix(codec) Debounce the call that calc codec intersection set. Calculate codec intersection set only once per second even when there is a burst of joins/leaves. Also, check for current codec before chaining a codec change operation when codec selection API is used. * squash: Address review comments
Configuration menu - View commit details
-
Copy full SHA for dfc23df - Browse repository at this point
Copy the full SHA dfc23dfView commit details
Commits on Jan 28, 2025
-
feat: Updates userRegion from backend. (#2626)
* feat: Updates userRegion from backend. * squash: Update comment. * squash: Fix options.
Configuration menu - View commit details
-
Copy full SHA for 0d3304b - Browse repository at this point
Copy the full SHA 0d3304bView commit details
Commits on Jan 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a5d7fc - Browse repository at this point
Copy the full SHA 2a5d7fcView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efbc00c - Browse repository at this point
Copy the full SHA efbc00cView commit details
Commits on Feb 6, 2025
-
feat(JitsiConference) Allow adding multiple tracks to the conference.
This should be supported by the backend. This limitation was added here only because of track synchronization issues between JM and LJM. The support is added behind testing.allowMultipleTracks config.js setting Fixes #2205
Configuration menu - View commit details
-
Copy full SHA for b06262d - Browse repository at this point
Copy the full SHA b06262dView commit details -
feat(ScreenObtainer) add fallback option for Electron
If the enclosing Jitsi Meet app declares gDM in Electron is supported, ignore the `electronUseGetDisplayMedia` config flag and use the gDM flow. This facilitates having backwards compatibility since the Electron app won't know if the deployment it's about to join has the gDM flow support or not.
Configuration menu - View commit details
-
Copy full SHA for 28c1120 - Browse repository at this point
Copy the full SHA 28c1120View commit details -
fix(ScreenObtainer) improve result handling
- Lower logger level to warning - Use nested conditions
Configuration menu - View commit details
-
Copy full SHA for 31897f9 - Browse repository at this point
Copy the full SHA 31897f9View commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c84d56 - Browse repository at this point
Copy the full SHA 5c84d56View commit details
Commits on Feb 12, 2025
-
fix(ScreenObtainer) fix using gDM with old Electron clients
Detect if gDM support has been enabled and fallback to the previous gUM flow otherwise.
Configuration menu - View commit details
-
Copy full SHA for 522577a - Browse repository at this point
Copy the full SHA 522577aView commit details
Commits on Feb 19, 2025
-
fix(codec) Fix AV1/VP9 support on Firefox.
Firefox added support for AV1 with DD and VP9 SVC is also working as expected in Firefox 136.
Configuration menu - View commit details
-
Copy full SHA for 7d484a8 - Browse repository at this point
Copy the full SHA 7d484a8View commit details -
fix(SDP) Inject trackID if missing from signaled source info.
Reconstruct the msid to include both streamId and trackId if its missing from the source signaling. Fixes issue on Chromium < 117 where the remote offer gets rejected and the client gets kicked out of the call.
Configuration menu - View commit details
-
Copy full SHA for c040dee - Browse repository at this point
Copy the full SHA c040deeView commit details
Commits on Feb 20, 2025
-
fix(electron): Check for unsuported gDM
Wrong check for unsupported getDisplayMedia when starting screen sharing will cause the app to never fallback to getUserMedia flow. This breaks screen sharing for all old electron clients that do not support getDisplayMedia.
Configuration menu - View commit details
-
Copy full SHA for 6e9b9c0 - Browse repository at this point
Copy the full SHA 6e9b9c0View commit details
Commits on Feb 25, 2025
-
fix(SDP) Add trackID if its missing in msid. (#2667)
* fix(SDP) Add missing trackID if its missing in msid. This is needed for older versions of Chrome. Also skip performance optimizations if encode resolution is missing in the stats. * squash: address review comments
Configuration menu - View commit details
-
Copy full SHA for f5964f9 - Browse repository at this point
Copy the full SHA f5964f9View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 719b7d6 - Browse repository at this point
Copy the full SHA 719b7d6View commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d6f7ff7 - Browse repository at this point
Copy the full SHA d6f7ff7View commit details -
fix(TPCUtils): handle missing codec in isRunningInSimulcastMode.
Aparently we call this for all tracks including for the audio tracks and it is failing with JS error. This leads to "participant unable to unmute".
Configuration menu - View commit details
-
Copy full SHA for d4a47d0 - Browse repository at this point
Copy the full SHA d4a47d0View commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 29f22e6 - Browse repository at this point
Copy the full SHA 29f22e6View commit details
Commits on Mar 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2d47b0 - Browse repository at this point
Copy the full SHA b2d47b0View commit details
Commits on Mar 12, 2025
-
feat(rtcstats): Adds a default log collector. (#2678)
* feat(rtcstats): Adds a default log collector. * squash: Fix comments. * squash: Fix comments2. * squash: Fix comments.
Configuration menu - View commit details
-
Copy full SHA for 2503153 - Browse repository at this point
Copy the full SHA 2503153View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f0e3cb2 - Browse repository at this point
Copy the full SHA f0e3cb2View commit details
Commits on Mar 17, 2025
-
feat(deps) use our forked version of strophe.js
- Based off 1.5.0, same as we were using before - Remove optional dependencies - Remove unnecessary dependencies In addition, in this repo: - Bundle the external plugins we are using as they are single JS files
Configuration menu - View commit details
-
Copy full SHA for 02bc630 - Browse repository at this point
Copy the full SHA 02bc630View commit details -
chore(deps): bump body-parser from 1.19.2 to 1.20.3
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.19.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c68c03c - Browse repository at this point
Copy the full SHA c68c03cView commit details -
feat: Set AV1 as the preferred video codec.
This is done in code for desktop clients. Mobile clients will continue to encode VP8 by default
Configuration menu - View commit details
-
Copy full SHA for c661fde - Browse repository at this point
Copy the full SHA c661fdeView commit details
Commits on Mar 18, 2025
-
fix(connectivity) Do not overwrite the packet loss value when video m…
…uted. RTCP termination for audio was implemented a while back. This hack is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 2b08716 - Browse repository at this point
Copy the full SHA 2b08716View commit details
Commits on Mar 19, 2025
-
fix(SDP) Do not filter out SSRC 'cname' attributes. (#2695)
* fix(SDP) Do not filter out SSRC 'cname' attributes. Chrome doesn't generate the a=ssrc line with 'msid' attribute when the track is removed from pc and a renegotiation is triggered. As a result a source-remove is sent to the p2p peer when it shouldn't be causing issues on the receiver when the same source is added back to the conference. Fixes toggleCamera on mobile browser not working as expected.
Configuration menu - View commit details
-
Copy full SHA for 763b2c8 - Browse repository at this point
Copy the full SHA 763b2c8View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c4a1d9c - Browse repository at this point
Copy the full SHA c4a1d9cView commit details -
feat(lint) update to eslint-config-jitsi v6
It already includes all the necessary dependencies and works for JS and TS out of the box.
Configuration menu - View commit details
-
Copy full SHA for dd36399 - Browse repository at this point
Copy the full SHA dd36399View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bad9a - Browse repository at this point
Copy the full SHA e4bad9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3444614 - Browse repository at this point
Copy the full SHA 3444614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908812f - Browse repository at this point
Copy the full SHA 908812fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ae6cb - Browse repository at this point
Copy the full SHA 91ae6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6897105 - Browse repository at this point
Copy the full SHA 6897105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf27a2 - Browse repository at this point
Copy the full SHA 6cf27a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0386de6 - Browse repository at this point
Copy the full SHA 0386de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3a244 - Browse repository at this point
Copy the full SHA 2e3a244View commit details -
chore(deps-dev): bump serialize-javascript from 6.0.0 to 6.0.2
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ec76798 - Browse repository at this point
Copy the full SHA ec76798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8647b - Browse repository at this point
Copy the full SHA 2a8647bView commit details -
chore(deps-dev): bump webpack from 5.76.0 to 5.98.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.98.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.0...v5.98.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e244421 - Browse repository at this point
Copy the full SHA e244421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c627b - Browse repository at this point
Copy the full SHA 89c627bView commit details
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6997701 - Browse repository at this point
Copy the full SHA 6997701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3eab4 - Browse repository at this point
Copy the full SHA 9a3eab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88001b - Browse repository at this point
Copy the full SHA d88001bView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.