- Mar 02, 2022
-
-
Mihaela Dumitru authored
-
- Mar 01, 2022
-
-
Tudor D. Pop authored
-
Jaya Allamsetty authored
This is a follow up for https://github.com/jitsi/lib-jitsi-meet/pull/1944. This is needed to avoid sending a soure-remove followed by a source-add for the same ssrc. This happens when a users mutes camera->starts SS->stops SS->turns on camera on a p2p connection in Unified plan mode. Chrome fails to render the media if the same SSRC is removed and added back to the same m-line.
-
Calinteodor authored
-
Mihaela Dumitru authored
-
- Feb 28, 2022
-
-
Дамян Минков authored
* fix: Moves getDialInConferenceID, so we can reuse conf mapper url generation. * fix: Moves getDialInNumbers, so we can reuse url generation. * squash: Moves dialInInfo page path to constants. * feat: Adds the location address as a param to the conf mapper request. * feat: Adds option conf mapper and numbers urls to contain parameters (?). * squash: Adds more doc comments. * squash: Makes sure we strip url params if any, and they do not reach fetch.
-
Calin Chitu authored
-
Robert Pintilii authored
Show border on the pinned participant in the vertical filmstrip grid view
-
Saúl Ibarra Corretgé authored
-
- Feb 25, 2022
-
-
ulflunqvist authored
-
Izak Glasencnik authored
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
TF 3.0 supports getting an ImageBitmap in fromPixels: https://js.tensorflow.org/api/3.0.0/#browser.fromPixels
-
Saúl Ibarra Corretgé authored
- Feb 24, 2022
-
-
Robert Pintilii authored
Make conference info and toolbar appear on top of the filmstrip After a breakpoint, filmstrip pushes over the stage view instead of appearing on top On user resize make tiles wider; after a breakpoint show grid view in the filmstrip On filmstrip visibility toggle animate stage view resize Added config for filmstrip with disableResizableFilmstrip
-
Robert Pintilii authored
-
Saúl Ibarra Corretgé authored
This applies to android only, where we don't separate the local thumbnail. In portrait mode the local thumbnail needs to be on the right, aka the last one. In landscape mode it needs to be on top, aka the first.
- Feb 23, 2022
-
-
Calin Chitu authored
-
William Liang authored
feat(multi-stream-support) Replace participant connection status logic with track streaming status (#10934)
-
Peter Krantz authored
-
Calin Chitu authored
-
Robert Pintilii authored
-
- Feb 22, 2022
-
-
Saúl Ibarra Corretgé authored
They create installation problems on systems without an SSH key. Ref: https://github.com/npm/cli/issues/2610#issuecomment-914610832
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
In large view. This aligns the behavior with the web.
-
Calin Chitu authored
-
Saúl Ibarra Corretgé authored
This "feature" has been dead (and most likely buggy) for years. The recommended way is for apps to implement their own incoming call handling and then call into the JitsiMeetActivity. We did not have those APIs back then.
-
Saúl Ibarra Corretgé authored
Few (but some) RN modules rely on the main Application implementing ReactApplication. For Detox to actually work on Android we need the app to be a greenfield app. Specifically, the main Application must implement ReactApplication. In order to satisfy this requirement we are introducing a helper ReactNativeHost implementation which encapsulates our RN integration, which is what the ReactApplication needs to expose. While we don't really need this ourselves (except if we end up adopting Detox) we have known people who fork our app and add dependencies that have this requirement to it, so this change will help them too.
-
Saúl Ibarra Corretgé authored
- Feb 21, 2022
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
Also update native dependencies.
-