- Apr 08, 2022
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Calinteodor authored
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
-
Saúl Ibarra Corretgé authored
If we attempt to start it while in the background we'll get a crash. A more elegant fix would be to wait until the app transitions to the foreground to start it, but the crash is hurting us now.
-
Avram Tudor authored
-
- Apr 07, 2022
-
-
William Liang authored
-
Saúl Ibarra Corretgé authored
It creates a compilation warning because it forces linking with the SDK.
-
Calinteodor authored
* feat(chat/web) fixed for 2 byte char duplication on Chat
-
Gabriel Borlea authored
-
Gabriel Borlea authored
* fix(speaker-stats): get realtime local face expressions * code review
-
Saúl Ibarra Corretgé authored
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
RN no longer logs pprops in release builds.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
Necessary for the RN update.
-
Saúl Ibarra Corretgé authored
-
Robert Pintilii authored
The user can set the max number of participants that can be displayed on stage Send the number on follow me to all participants
-
- Apr 06, 2022
-
-
Дамян Минков authored
Was breaking DisableSelfViewTest.
-
Avram Tudor authored
* ref(face-landmarks) refactor namings * code review
-
Дамян Минков authored
* fix: Drop duplicate call of wait for owner. * fix: Fixes leaking listeners while waiting for host to join. While waiting for the host to join on the dialog we attempt to join over and over again till we are admitted to enter the meeting. While doing that authRequired flag is on, and we were adding listeners on and on. * feat: Introduces conference join in progress action. This event is coming from lib-jitsi-meet and is fired when we receive the first presence of series when joining. It is always fired before joined event. * fix: Moves testing middleware to use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves follow-me middleware to use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves some polls logic to middleware and use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves reactions middleware to use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves recordings middleware to use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves shared-video middleware to use CONFERENCE_JOIN_IN_PROGRESS. * fix: Moves videosipgw middleware to use CONFERENCE_JOIN_IN_PROGRESS. * squash: Fix comments. * fix: Fixes join in progress on web. * fix: Moves variable extraction inside handlers. * fix: Moves variable extraction inside handlers again. * fix: Moves etherpad middleware to use CONFERENCE_JOIN_IN_PROGRESS.
-
- Apr 05, 2022
-
-
José Luís Andrade authored
-
William Liang authored
-
Nicolas authored
-
Robert Pintilii authored
On follow me enabled all participants will see the participants pinned by the moderator Fix pinned indicator to work when stage filmstrip is disabled Fix add participant on dominant speaker change: if the participant was already pinned keep it as pinned Don’t add local participant on stage (on automatic selection)
-
Robert Pintilii authored
refactor overflow menu to use ContextMenu component refactor toolboxItem to use ContextMenuItem when needed
-
Saúl Ibarra Corretgé authored
-
- Apr 04, 2022
-
-
Jaya Allamsetty authored
In audio-only screenshare mode when there is no local audio track from mic present, do not add the audio track from screenshare to redux. Adding the track to redux will sync the track mute state to that of /base/media and show that the mic is unmuted even when that is not the case. Fixes https://github.com/jitsi/jitsi-meet/issues/10706.
-
Jaya Allamsetty authored
-
William Liang authored
prioritize participants with screen shares support local screen share track auto pin screen share support screen share for large video ensure fake screen share participants are sorted fix local screen share in vertical filmstrip fix local screen share in tile mode use FakeScreenShareParticipant component for screen share thumbnails ensure changes are behind feature flag and update jsdocs fix bug where local screen share was not rendering update receiver constraints to include SS source names remove fake ss participant creation on track update fix: handle screenshare muted change and track removal refactor: update key values for sortedFakeScreenShareParticipants address PR comments refactor getter for screenshare tracks rename state to sortedRemoteFakeScreenShareParticipants
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Avram Tudor authored
* feat(face-landmarks) merge face expressions and face centering * code review * code review * code review
-
Robert Pintilii authored
Fix pinned indicator to be displayed only for pinned participants
-
Calin Chitu authored
-
Robert Pintilii authored
This reduces the bundle size by about 100KB It also decouples the AOT buttons from the classes that are used to implement other features
-
Avram Tudor authored
-