- Mar 02, 2022
-
-
Дамян Минков authored
[features/base/app] <APP.componentDidCatch>: TypeError: Failed to set an indexed property on 'CSSStyleDeclaration': Indexed property setter is not supported.
-
Pawel Domas authored
...when new participant joins. Repro steps: 1. With p2p disabled and source name signaling enabled. 2. Start a call with 2 tabs. 3. Reload the 2nd tab. 4. The receiver constraints should be updated when the 2nd user rejoins. They were not updated, because getTrackSourceNameByMediaTypeAndParticipant doesn't have the track yet at the time when visibleRemoteParticipants are updated. This is fixed by also checking on the remote tracks state.
-
Дамян Минков authored
-
Saúl Ibarra Corretgé authored
Don't print the room name, which could be long and nondescriptive.
-
Дамян Минков authored
Adds missing url prop to DialInSummary and safeguard the URL creation.
-
Robert Pintilii authored
Re-calculate tile sizes after config loaded Make local tile always respect the ratio in interface_config Merge calculate size for vertical view functions into one function
-
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.