- May 09, 2022
-
-
Hristo Terezov authored
-
Дамян Минков authored
* feat: Moves luajwtjitsi in jitsi-meet. * squash: Fix luajwtjitsi name to include lib.
-
Andrei Gavrilescu authored
* mix newly created audio track with screen audio * check both screen sharing flows
-
Mihaela Dumitru authored
-
- May 07, 2022
-
-
Ali Alhaidary authored
-
Ali Alhaidary authored
-
- May 06, 2022
-
-
Hristo Terezov authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
There is a race condition in the root navigatior's initialization. It's possible that it's initialized a touch too late and SDK users who try to navigate to a conference end up stuck in the connecting screen because the navigator is null. This PR waits for it to be initilized by very unorthodox means, it's a horrible hack which we need to undo, but for that we need to break appart the inheritance relationship between App.{web,native}, AbstractApp and BaseApp because it's very inflexible. The flags are now initialized very early so the naviggator sees if the welcome page is enabled or not.
-
Gabriel Borlea authored
It replaces face-api. * feat(face-landmarks): integrate human library * feat(face-landmarks): rewrite worker in typescript * fix(face-landmarks): allow worker bundle size up to 2 mib * fix: remove unwanted comment * code review
-
Hristo Terezov authored
-
Horatiu Muresan authored
- opens as a modal - lastn is 0, mutes local video while open - long press to talk - and more
-
Saúl Ibarra Corretgé authored
This way only one will be shown at a time.
-
- May 05, 2022
-
-
Hristo Terezov authored
If we have enough space on the last row we expand the width of the tiles up to 16:9 ratio.
-
Ianc Oana Emilia authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
It now lives here https://github.com/jitsi/jitsi-meet-load-test
-
Saúl Ibarra Corretgé authored
-
Robert Pintilii authored
-
Jonathan Lennox authored
* Refactor load-test into an object. * Convert to class syntax. * Bind member function callbacks. * More binding and thisage. * More thisage. * More tweaks * Rename numParticipants as remoteParticipants. * Change back. * Fix userLeft. * Add members for event listeners, to be able to remove them. * Add numClients parameter that allows multiple clients to be started. * Clear clients array on unload. * Add latency between starting clients.
-
- May 04, 2022
-
-
Дамян Минков authored
-
Дамян Минков authored
-
Дамян Минков authored
-
Jaya Allamsetty authored
-
- May 03, 2022
-
-
Saúl Ibarra Corretgé authored
-
William Liang authored
-
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