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/jitsi-meet-electron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2023.11.2
Choose a base ref
...
head repository: jitsi/jitsi-meet-electron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2023.11.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 23, 2023

  1. 2023.11.2

    gabiborlea committed Nov 23, 2023
    Copy the full SHA
    22adc4b View commit details

Commits on Nov 24, 2023

  1. fix(conference) fix not loading with older server versions

    Use an iframe event which is fired really early to detect if the iframe
    was loaded.
    
    Incidentally the logic to detect if the iframe was actually loaded gets
    simplified now, since the only way for the event to be received is for
    the iframe to be loaded.
    
    Fixes: #929
    saghul committed Nov 24, 2023
    Copy the full SHA
    5cbdc32 View commit details
  2. 2023.11.3

    saghul committed Nov 24, 2023
    Copy the full SHA
    2feb9dd View commit details
Loading