Commit Graph

15 Commits

Author SHA1 Message Date
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook (#20376)
* Add: useDeduplicatedSubscription hook

* Fix: TS error

* Add: components using useDeduplicatedSubscription

* Change: Move to useDeduplicatedSubscription

* Change: unsubscribe logic to own useEffect

* Change: remove file import over package

* Fix: TS errors

* Fix: private chat not loading

* Change: revert changes on queries

* Fix: eslint error

* Remove: html-webpack-plugin package

* Fix: external video

* Add: comment about the stringToHash function

* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
João Victor
5dabb59c48 removal: remove withTracker from EndMeetingComponent component 2024-05-16 10:56:27 -03:00
Ramón Souza
e86fae9132 fix users count in end meeting modal 2024-04-11 09:53:58 -03:00
Ramón Souza
3675919514 migrate endMeeting action 2024-01-10 11:07:42 -03:00
GuiLeme
5f3296fdb1 [issue-16954] - last migrations - VideoPreview and drag and drop of background 2023-03-27 12:36:25 -03:00
GuiLeme
031ead2176 [issue-16954] - Changes to settings dropdown 2023-03-21 10:00:46 -03:00
Ramón Souza
59f646a666 refactor end-meeting modal to use confirmation modal 2022-03-02 17:11:05 +00:00
Ramón Souza
1d1375b3cf move modal component to common folder 2022-02-15 15:54:55 +00:00
Ramon Souza
244842c86b applying suggested changes 2021-01-22 16:48:50 -03:00
Ramon Souza
3742746de3 PR 9946 + suggested text changes 2021-01-20 17:49:07 -03:00
Ramon Souza
f04733d85e Merge remote-tracking branch 'upstream/develop' into PR-9946-fix 2021-01-20 17:42:47 -03:00
Anton Georgiev
7536419930 add log for moderator forcing end meeting 2020-09-24 14:45:52 -04:00
matiasilva
80cc39aa7a Improve the end meeting confirmation
Presently, the end meeting confirmation screen is a simple modal
which can quickly be ignored and thus has unintended consequences
for the meeting users. This commit attempts to fix this
by improving the modal to better reflect the consequences of
ending the meeting.
2020-06-26 14:49:07 +01:00
Anton Georgiev
797a485d3e end-meeting removed class variables 2019-01-17 16:33:43 +00:00
Anton Georgiev
b4bd4d1725 recording indicator checks if iAmModerator; end meeting menu 2019-01-14 21:39:03 +00:00