Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jitsi/lib-jitsi-meet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1890.0.0+144b0cab
Choose a base ref
...
head repository: jitsi/lib-jitsi-meet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1893.0.0+496b64a7
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 10, 2024

  1. fix(browser) detect WebRTC APIs and mark browser unsupported if not

    Some so called "security" browser extensions override WebRTC APIs so
    even if the UA string suggests the browser is supported, it won't work.
    
    Coincidentally, this should also mark Safari in Lockdown Mode as
    unsupported, since the WebRTC APIs are not available in that case.
    saghul committed Dec 10, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    987Nabil Nabil Abdel-Hafeez
    Copy the full SHA
    1ab4ae5 View commit details

Commits on Dec 13, 2024

  1. feat(RTC) drop PERMISSION_PROMPT_IS_SHOWN event (#2609)

    * feat(RTC) drop PERMISSION_PROMPT_IS_SHOWN event
    
    It was never accurate since browsers have changed their behavior over
    time and can be implemented in the application more reliably.
    
    * squash: Update JitsiMeetJS.ts
    
    * squash: Update hand-crafted JitsiMeetJS.d.ts
    
    ---------
    
    Co-authored-by: Дамян Минков <damencho@jitsi.org>
    saghul and damencho authored Dec 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d7dc753 View commit details

Commits on Jan 8, 2025

  1. fix(JingleSession) Do not signal recvonly SSRCs generated by Firefox.

    Fixes a regression introduced by a7476b1 where multiple source-adds are sent from Firefox client resulting in Jicofo force muting the sources.
    jallamsetty1 committed Jan 8, 2025
    Copy the full SHA
    496b64a View commit details
Loading