Commit Graph

78 Commits

Author SHA1 Message Date
João Victor
62662ee415 refactor(webcam): remove adapter; turn it into a hook 2024-07-30 09:35:47 -03:00
Gustavo Trott
134b207f94
refactor: Remove Hasura database-updates and move them to Gql-Actions (#20634) 2024-07-04 17:00:06 -03:00
João Victor
13425335df Fix imports 2024-06-17 08:54:03 -03:00
Gustavo Trott
e86aeac114 refactor breakoutroom storage 2024-06-12 16:21:31 -03:00
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
07e676d4fe fix: remove duplicate breakout room exit observer 2024-05-21 14:33:47 -03:00
João Victor
7d07576554 fix: drop audio and video when joining breakout room 2024-05-21 12:31:17 -03:00
Tainan Felipe
5070d26c90 Merge remote-tracking branch 'upstream/v3.0.x-release' into code-removal 2024-05-01 09:58:01 -03:00
Tainan Felipe
7d7acb8a80 Remove: Breakout room unused code 2024-04-30 16:14:22 -03:00
Ramón Souza
d81bfdd7d4 fix ts error 2024-04-30 15:56:30 -03:00
Ramón Souza
248911b048 fix case where user is not assigned to any room and free join is enabled 2024-04-30 10:53:47 -03:00
Ramón Souza
d6c05189a1 fix default selected breakout invitation 2024-04-30 09:23:06 -03:00
João Victor
1f8a95a3ff Remove video-streams subscription 2024-04-24 17:09:00 -03:00
Anton Barboza
3d824615be test: fix breakout test behavior and wait for select room button to be enabled 2024-04-23 11:57:41 -03:00
Tainan Felipe
1bffaec3d2 Fix: user permissions 2024-04-22 18:51:14 -03:00
Tainan Felipe
4393bc4ea6 Fix: missing fields and moveing to mutation 2024-04-03 21:54:32 -03:00
Tainan Felipe
16c0a99240 Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation 2024-04-03 11:55:45 -03:00
João Victor
deb4a17712 migrate userUnshareWebcam 2024-01-29 09:23:11 -03:00
Tainan Felipe
e315e542ef Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation 2024-01-23 08:55:11 -03:00
Ramón Souza
3d3be2df7b migrate requestJoinURL action 2024-01-16 08:39:13 -03:00
Tainan Felipe
d4386c7aab Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation 2023-12-12 16:45:32 -03:00
Tainan Felipe
66f0bb1b57 Refactor: migrate breakout invitation 2023-12-11 13:21:00 -03:00
Ramón Souza
dde3aa92bd replace UsersContext with useCurrentUser 2023-11-30 12:08:16 +01:00
GuiLeme
d1025fcbe5 [issue-16954] - Changes in review and fix of minor bugs 2023-04-12 12:51:23 -03:00
GuiLeme
9329e194fd [issue-16954] - migration of screenshare unavailable, connectionStatus and randomUser 2023-03-24 17:48:00 -03:00
GuiLeme
2f4b0bd592 [issue-16954] - Migration of breakoutroom invitation 2023-03-22 09:50:39 -03:00
GuiLeme
f943cbf732 [issue-16954] - renaming referencing of Modals 2023-03-20 10:08:35 -03:00
Gabriel Porfirio
ce5fffc971 improving test 2023-02-13 10:37:14 -03:00
Gabriel Porfirio
cdb5dba750 checking rooms quantity 2023-02-09 16:43:49 -03:00
Gustavo Trott
102eee3ba5 Backend portion of breakout Manage Users 2022-04-12 09:50:19 -03:00
Ramón Souza
1d1375b3cf move modal component to common folder 2022-02-15 15:54:55 +00:00
Ramón Souza
cbda4c24ae breakout room isPresenter calls rework 2021-11-23 16:41:37 +00:00
Tainan Felipe
f5eef03f3f Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
Ramón Souza
3d5e505b33 convert breakout-join-confirmation component 2021-10-26 13:37:23 +00:00
Anton Georgiev
719afa6cd2 Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev 2021-10-14 15:14:22 +00:00
Anton Georgiev
24d672a832 Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev 2021-10-14 15:13:17 +00:00
Tainan Felipe
1de8e0779d Add server side reactivity to publications 2021-10-13 15:00:52 -03:00
Anton Barboza
fcd60a76b6 add brekout room invitation stress test 2021-10-06 17:19:46 -03:00
Gustavo Trott
be4f0bcebf Removes prop users from BreakoutModel and add prop url_ instead 2021-10-01 10:44:01 -03:00
Pedro Beschorner Marin
8855c996b8 fix(breakout rooms): waiting url state
Setting the waiting state false as default was leaving an open gap where
the users still did not have a valid breakout room's join url and it's
join button enabled.

Change the first waiting state to true and handle the join type as the
component finishes mounting. If it's a free to choose room scenario,
dispatch the whole Promise based solution and let it manage the waiting
state as the interval checks for the URL response.
2021-08-13 12:19:28 -03:00
Anton Georgiev
f036bbb94f fix: Added a label to describe why breakout join takes long time 2021-08-09 19:10:14 +00:00
Anton Georgiev
d31bc8f174 check for users before grabbing breakout url 2021-08-04 14:32:11 +00:00
Ramon Souza
5fe5705ac0 auto-reconnect webcam after leaving breakout room 2021-03-26 16:54:58 -03:00
prlanzarin
ef4ad8820d screenshare: adapt shutdown on breakout room joins, only stop sharers
Adapted the breakout room screen sharing shutdown to use the new refactor calls

Also changed the behaviour a bit to only trigger the stop code for presenters/sharers, mimicking the camera behaviour and not leaving viewer with stuck screens
2021-03-12 01:31:46 +00:00
Ramon Souza
54f983f250 stop screenshare on joining breakout room 2021-02-09 17:22:39 -03:00
Anton Georgiev
d8b185f2b3 Merge branch 'issue-9219' of github.com:Tainan404/bigbluebutton into locales-total 2020-09-09 19:29:18 +00:00
KDSBrowne
77b71a4d1f fix duplicate css variables being loaded (improve imports) 2020-09-01 18:46:13 +00:00
Tainan Felipe
5bfeab289c Merge remote-tracking branch 'upstream/develop' into issue-9219 2020-08-19 10:41:03 -03:00
Anton Georgiev
bc55bc0d41 ensure getURL value for breakout before redirecting 2020-07-09 16:53:42 -04:00
Tainan Felipe
db8e7fcd39 Update react-intl and add fallback to unsupported languages 2020-05-25 17:00:13 -03:00