- May 03, 2022
-
-
Saúl Ibarra Corretgé authored
Use something less dull. Original: https://unsplash.com/photos/Q1p7bh3SHj8
-
Saúl Ibarra Corretgé authored
Also, stop bundling WebRTC, it's now a dependency in CocoaPods.
-
DanielHabenicht authored
* Update cloud-api.swagger Update to match with the current implementation * Update cloud-api.swagger
-
Saúl Ibarra Corretgé authored
Only havee the screen in the hierarchy if we have a welcome page, since it's the only way to access it. Use goBack() from the navigator directly and avoid duplicating all props to the screen.
-
Saúl Ibarra Corretgé authored
It's about to become very confusing, since we are going to add actual local recordings with video. This feature was never fully finalizeed since it required manual processing of the files, as they were not uploaded anywhere. In addition, unless one opens the local audio device without any audio processing first, any tracks opened later will have audio proceessing turned on, something not desirable for the scenario this feature was designed for in the first place: podcasts. This feature will likely come back as a JaaS demo / MVP where the local recording is made outside of the Jitsi Meet iframe.
-
Saúl Ibarra Corretgé authored
Just like the web.
-
Jaya Allamsetty authored
Now that screenshare is permitted when a user is in audio-only mode, do not create a new video track if it doesn't exist when audio-only mode is automatically disabled. New tracks should only be prompted by user action such a camera unmute or start screenshare. Fixes https://github.com/jitsi/jitsi-meet/issues/11460.
-
Jairo Llopis authored
-
- May 02, 2022
-
-
Saúl Ibarra Corretgé authored
It allows us to place the Cancel button there, and declutter the UI of buttons.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
Skip the welcome page for now, until we can remove the audio / video toggle.
-
Saúl Ibarra Corretgé authored
- May 01, 2022
-
-
José Luís Andrade authored
-
- Apr 29, 2022
-
-
Дамян Минков authored
* fix: Fixes loading recommendedBrowsers page. Fixes loading the page and its resources when using html base (cdn).
-
William Liang authored
* fix(multi-stream) update selector to find ss track by videoType or mediaType * ref(multi-stream) move fake ss creation logic and support video type changed * refactor(multi-stream) decouple sending and receiving multiple screenshare streams * fix(multi-stream) fix receiver constraints with signaling and without multi-stream * fix(mutli-stream) ensure plan b original SS thumbnail displays avatar * fix(multi-stream) show fake SS for plan b sender * refactor(multi-stream) poc for moving SS creation to state listener * remove reference to fake SS creation * fix lint errors * rename to virtual screenshare participants * fix minor bugs * rename participant subscriber to specify web support only
-
Saúl Ibarra Corretgé authored
Since all the auth logic is not ported to React on the web, `_isWaitingForOwner` will always return `false` because the `waitForOwner()` action is not (yet) used there. THis fix always tries to hide the dialog no matter what, which is not a Bad Thing to do anyway. There is a related bug remaining, however: if one pressed "I am the host" and then cancel, it doesn't goo back to the previous dialog, but it completely kils the meeting. This is a compromise we'll have to live with for a bit longer. Fixes: https://github.com/jitsi/jitsi-meet/issues/11413 Fixes: https://github.com/jitsi/jitsi-meet/issues/11432
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Mihaela Dumitru authored
* hideAutoAssignButton * hideFooterMenu * hideModeratorSettingsTab * hideMoreActionsButton * hideMuteAllButton
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
If downloading the model tiemouts, it may succeed in the (near) future, don't just give up.
-
- Apr 28, 2022
-
-
Дамян Минков authored
-
Saúl Ibarra Corretgé authored
-
Дамян Минков authored
We used to multiplex the ports in nginx, but we dropped that at some point, so now coturn is on its own listening and nginx dependency is no longer needed. Our turnserver config can be used with nginx | apache2.
-
Mihaela Dumitru authored
-
Hristo Terezov authored
- Apr 27, 2022
-
-
Robert Pintilii authored
- Apr 26, 2022
-
-
pangrr authored
* add and remove JitsiTrackEvents.TRACK_STREAMING_STATUS_CHANGED listener in middlewares * add/remove listeners in components that use track streaming status * remove track streaming status handler from ConnectionIndicatorIcon and ConnectionIndicatorContent * check video track change before hanlding track streaming status
-
Дамян Минков authored
* fix: Fixes let's encrypt for latest ubuntu versions. * squash: Simplifies the logic.
-
Horatiu Muresan authored
- if hiddenPremeetingButtons is undefined, toolbarButtons overwrite decides what buttons to show - if hiddenPremeetingButtons is empty array, all buttons are show on premeeting screen regardless of toolbarButtons - if hiddenPremeetingButtons hides some buttons, only those buttons will be hidden regardless of toolbarButtons overwrite