Commit Graph

10381 Commits

Author SHA1 Message Date
damencho f79aa5cf3b chore(deps) update lib-jitsi-meet.
fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch.

Fixes cases where SS stream is not being sent when p2p->jvb switch happens.

fix(ProxyConnection) add more necessary stubs
These have becomee necessary with the introduction of multi-stream.
2022-09-01 10:02:16 -05:00
Jaya Allamsetty f47dc797fe fix(audio-only) Do not enable video automatically when audio-only is disabled (#12056)
* fix(audio-only) Do not enable video automatically when audio-only is disabled.
2022-08-31 10:30:18 -05:00
Hristo Terezov c9fd3e12cc fix(follow-me): SS not visible
The remote screen shares stored in redux were not updated when follow
me is active. Therefore the receiver constraints were not correct.
2022-08-24 16:45:32 -05:00
Jaya Allamsetty 3ea01911d6 fix(filmstrip) Push dominant speaker to the top of the active speaker list.
The active speaker list in redux is alpha sorted, we need to ensure dominant speaker is at the top otherwise it can get truncated based on the available number of visible slots in the filmstrip.
2022-08-16 14:06:51 -04:00
Andrei Gavrilescu 12751c42cf
fix(noise-suppression): ignore ts on noise-suppression button (#12025) 2022-08-16 15:13:47 +03:00
Andrei Gavrilescu 34df40933c fix(noise-suppression): fix muted state, update icons (#11936) 2022-08-12 15:10:45 -05:00
Andrei Gavrilescu f18952a8d6 fix(noise-suppression): remove no track warning on share audio flow (#11966)
* remove no track warning on share audio flow

* remove unused import
2022-08-12 15:04:48 -05:00
Jaya Allamsetty 81a40139d2 fix(fimstrip): Do not re-sort the active speakers if dominant speaker is visible.
Fixes a case where re-sorting doesn't happen even when dominant speaker is currently not visible.
2022-08-12 14:48:01 -04:00
Jaya Allamsetty 55e354e721 chore(deps) update lib-jitsi-meet.
Possibly fixes a bug where SS appears black when the'unmute' and forwarded sources event for the track are received before a large-video update is scheduled.
2022-08-12 13:59:46 -04:00
Jaya Allamsetty 73e2ac8730 fix(audio-only-ss): Attach a track stopped handler to the audioDesktop track only for audio-only sharing case.
There will be an audio desktop track for regular screensahring when a tab is selected. We do not have to toggle screensharing again when that track is killed.
2022-08-12 12:05:08 -04:00
Jaya Allamsetty ec504057bd Add debugging for SS streaming issues 2022-08-12 12:04:11 -04:00
Jaya Allamsetty 7598f30ddd fix(audio-only SS) Stop audio-only SS when user stops share from the browser's share in progress window. 2022-08-05 14:34:56 -04:00
Hristo Terezov 6712761b7f fix(remote-control): when multistream is enabled
The remote control controller events were sent for the camera
participant instead of the screen sharing one.
2022-08-05 12:27:05 -04:00
Jaya Allamsetty 7e7bc618a7 fix(remote-control): fix remote-control when multi-stream is enabled. 2022-08-05 12:26:50 -04:00
Дамян Минков 484c3ec023 fix: Applies AV moderation checks on screen sharing with multistream on.
Guests trying to screenshare see the notification but also the dialog for choosing content.
2022-08-04 14:30:36 +03:00
Robert Pintilii 89fa51fd74 fix(config) Fix recording config backwards compatibility (#11953)
Overwrite the new flag with the old one only if the new one is not set
Fix hideStorageWarning config
2022-08-04 10:44:23 +03:00
Jaya Allamsetty f46ff3ebe9 fix(external-api) Fix toggleShareScreen in multi-stream mode.
Fixes https://github.com/jitsi/jitsi-meet/issues/11916.
2022-08-03 15:00:15 -04:00
Дамян Минков e112ee80a5 fix(moderation): media not working
When the participant has joined after A/V moderation has been enabled they are auto muted with the startmuted node in the session-initiate packet. We were not marking those as muted by the focus and therefore on unmute we were not sending the <muted>false</muted> IQ to jicofo.
The result was that the bridge wasn't forwarding the media to the remote participants.
2022-08-03 11:07:50 +03:00
Saúl Ibarra Corretgé 35b21bbea8 fix(lobby) fix not being able to type password
Autoofocus Strikes Back...
2022-08-02 17:12:26 -04:00
Jaya Allamsetty 70c7e15543 chore(deps) Update lib-jitsi-meet.
This fixes an issue where the bitrates for screenshare were much higher than before for VP9 causing the JVB to suspend SS streams more often.
2022-08-02 15:07:58 -04:00
Jaya Allamsetty de6477a0be fix(audio-share): Fix audio-only SS in multi-stream mode.
ShareAudioDialog passes undefined when the user hits continue in the share audio demo modal. Toggle state of audio-share based on the current state of audio share in that case.
2022-08-02 14:56:41 -04:00
Jaya Allamsetty 14c4b19c9b fix(participants-pane): Get the correct participantCount for multi-stream.
Do not add virtual screenshare participants to participantCount.
2022-08-02 14:56:23 -04:00
Jaya Allamsetty ffe66a1148 fix(screenshot-capture): Impl screenshot capture in multi-stream mode. 2022-08-02 14:56:04 -04:00
Milo Ivir 2f42af0b70
fix(lang) update Croatian translation 2022-07-25 10:26:47 +02:00
Hristo Terezov e9055df9e3 fix(externalStorage): Infinitely growing.
In certain scenarios(when the iframe's domain is the same as the parent page)
 the jitsiLocalStorage key from local storage is
included in the serialized local storage and then
propagaded to the parent page. This way we end up with recursion which
grows the localStorage infinitely.
2022-07-25 10:54:21 +03:00
Christoph Settgast cc7d3247ab fix(lang) update German translation
Signed-off-by: Christoph Settgast <csett86@web.de>
2022-07-25 09:29:10 +02:00
Ali Alhaidary fa8608eea0
fix(lang) update Arabic translation 2022-07-25 09:23:40 +02:00
Christoph Settgast 0d9c4318ba feat(old-client-notification) bump notice for anything older than 2022
Bumped to catch old macOS versions which were not signed and thus did
not have autoupdater working (ie. everything older than
https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2021.11.2)

Signed-off-by: Christoph Settgast <csett86@web.de>
2022-07-25 07:47:33 +02:00
Jaya Allamsetty 2a5e169c2f fix(filmstrip): Remove SS ep from list of active speakers.
This fixes a case where duplicate SS tile appears when SS ep is the dominant speaker and all the active speakers are currently visisble.
2022-07-21 12:25:26 -04:00
Saúl Ibarra Corretgé 2def75db50 fix(android) exclude the Giphy SDK from the libre build
Fixes: https://github.com/jitsi/jitsi-meet/issues/11759
2022-07-21 12:51:43 +02:00
Saúl Ibarra Corretgé 53e05fdea9 feat(config) allow dangling comma
It has been supported in JS since ES5 and it helps users not make syntax
errors by uncommenting lines which are not comma terminated.
2022-07-21 12:39:06 +02:00
Jaya Allamsetty c727b603af
fix(filmstrip) Make dominant speaker visible at all times (#11874)
* fix(filmstrip) Make dominant speaker visible at all times.

* squash: address review comments.
2022-07-20 15:51:47 -04:00
Robert Pintilii 5dbb17bc81
fix(filmstrip) Fix pinning (#11889) 2022-07-20 18:34:46 +03:00
Robert Pintilii cb712eb4ab
fix(local-recording) Notify external api about local recording (#11887) 2022-07-20 18:08:52 +03:00
Robert Pintilii c1e9724bba
ref: Convert some reducers to TS (#11886) 2022-07-20 18:01:16 +03:00
dependabot[bot] 24b9f5d113 chore(deps): bump terser from 5.11.0 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 15:25:36 +02:00
Calin-Teodor 4ef88aa90e feat(base-chat): conditioned should set responder 2022-07-20 15:54:14 +03:00
Andrei Gavrilescu 06491e2406
feat(noise-suppression): Add noise suppression effect. (#11547)
* add denoise effect

* denoise prototype

* improve rnnoise / add comments

* revert some unnecessary changes

* Add noise suppressor worklet

* Send notification on failure

* address code review

* additional comments

* additional comments

* update package-lock

* fix rebase changes

* update rnnoise npm package

* sort lang

* adjust webpack performance hint

* address code review

* address code review

* switch ns files to typescript

* fix null-loader version, lang sort

* fix lint

* missing import

* fix lint / address code review

* use single action for ns state

* move activation to thunk

* increase node heap

* copy noise-suppressor to deploy

* fix ts lint
2022-07-20 15:31:17 +03:00
Milo Ivir 9ce52b237e
fix(lang) update Croatian translation 2022-07-20 14:27:29 +02:00
Robert Pintilii ac2af79807
ref(TS) Alpha sort interfaces (#11883) 2022-07-20 11:47:01 +03:00
Robert Pintilii 4a8c8899a9
feat(tokens) Add new tokens (#11881) 2022-07-20 09:58:51 +03:00
Robert Pintilii b08ed3ade4
feat(ui-components) Add button component (#11868) 2022-07-20 09:19:59 +03:00
Robert Pintilii 718d32990d
feat(theme) Add TS interface for Theme (#11877)
Update typography Tokens
Use new Theme interface
2022-07-19 13:36:02 +03:00
Mihaela Dumitru 009588a3d8
fix(hangup) - redirect after hangup in tenant meetings (#11876) 2022-07-19 12:21:18 +03:00
Robert Pintilii 449d52f26b
ref: Convert some reducers to TS (#11875) 2022-07-19 10:58:56 +03:00
bgrozev 5a4ffea9aa
feat: Always enable receiveMultipleVideoStreams. (#11871) 2022-07-18 11:23:40 -05:00
Robert Pintilii d8b435ad16
fix(typescript) Make TS parse tsx files (#11866) 2022-07-18 16:16:08 +03:00
Robert Pintilii b259757c79
fix(lobby) Fix buttons colors (#11867) 2022-07-18 11:40:16 +03:00
Robert Pintilii 7995c7ed00
ref: Convert registries to TS (#11865) 2022-07-15 15:33:09 +03:00
Robert Pintilii 08173ac1df
fix(screensharing-pinning) Clear pin on tile view (#11864) 2022-07-15 15:03:45 +03:00