Commit Graph

32013 Commits

Author SHA1 Message Date
prlanzarin
fb2f2da9d9 fix(screenshare): properly handle mobile hover for volume controls 2021-12-14 16:35:52 +00:00
Anton Georgiev
d3fe713101
Merge pull request #13854 from hiroshisuga/patch-51
Fix (whiteboard): cursor has to travel the last mile
2021-12-14 10:25:46 -05:00
Anton Georgiev
1274bfb216
Merge pull request #13852 from JoVictorNunes/dashboard-grouped-by-extId
refactor: Dashboard support for users grouped by extId
2021-12-14 10:18:11 -05:00
Anton Georgiev
26b19a1b55
Merge pull request #13826 from gustavotrott/dashboard-grouped-by-extId
Refactor: Dashboard grouped by extId
2021-12-14 10:17:18 -05:00
Anton Georgiev
955fb91a5d
Merge pull request #13881 from Arthurk12/refresh-icon
fix(layout): mobile external-video refresh icon
2021-12-14 10:07:18 -05:00
Anton Georgiev
a1e979e173
Merge pull request #13913 from ramonlsouza/issue-13889-2
fix: Joining breakout rooms creates popup windows
2021-12-13 15:20:40 -05:00
prlanzarin
21c124b854 feat(webcams): server-side logic to allow moderators to close user's webcams
Includes a new create param/web conf called allowModsToEjectCameras, false by
default.

Ejection does not work in breakout rooms or with non-mod users

Ejection closes _all_ webcams shared by the target user
2021-12-13 19:49:41 +00:00
Ramón Souza
dacbb7c0ef prevent multiple window open on breakout join 2021-12-13 17:37:09 +00:00
Anton Georgiev
f06f4def4e
Merge pull request #13906 from KDSBrowne/bbb2.4-13807
fix(accesibility): Add Region Roles for Screen Reader Navigation
2021-12-13 09:19:29 -05:00
Anton Georgiev
cadcb19ba7
Merge pull request #13905 from KDSBrowne/bbb2.4-13820
Fix Screen Reader Not Entering Actions Menu in FF (via Shortcut)
2021-12-13 09:17:30 -05:00
Gustavo Trott
75c0b4e8be Fix order of the Polls in Dashboard 2021-12-13 10:43:11 -03:00
KDSBrowne
16c823739a fix screen reader not entering actions menu in FF (via shortcut) 2021-12-13 04:19:23 +00:00
KDSBrowne
46852d9ae6 Add region roles for screen reader navigation 2021-12-13 03:49:49 +00:00
Gustavo Trott
63f60f5009 Reduce Dashboard cookie timelife 2021-12-10 17:15:47 -03:00
Ramón Souza
b10544aba5 remove user data on leave + video fix 2021-12-10 19:13:26 +00:00
Tainan Felipe
fb6aae1a02 re-implement the server-side connection close when user is removed 2021-12-10 15:38:55 -03:00
Joao Victor
4404c8e5c1 fixes bad comparisons 2021-12-10 11:00:39 -03:00
Joao Victor
8cb53ad5c7 indexing with userKey instead of extId 2021-12-10 10:43:46 -03:00
Anton
5560c8745f completes User test suite 2021-12-10 10:30:29 -03:00
Anton
a2a790cab8 update page functions and clearNotification 2021-12-10 10:22:41 -03:00
Anton Georgiev
a7e7a87157
Merge pull request #13885 from bigbluebutton/revert-13748-fix-server-side-disconnection-24
Revert "fix: Fix server side connection close on user disconnection"
2021-12-09 17:28:20 -05:00
Anton Georgiev
328b3c1563
Revert "fix: Fix server side connection close on user disconnection" 2021-12-09 17:27:35 -05:00
Anton Georgiev
a5bc03777c
chore: Update bbb release to 2.4-rc-7 2021-12-09 17:10:12 -05:00
Pedro Beschorner Marin
a221420cb9
Merge pull request #13883 from prlanzarin/u24-pine-spice
fix(webcams): bad reference to enableWebcamSelectorButton config
2021-12-09 18:59:15 -03:00
Anton Georgiev
72a59a4ced
Merge pull request #13884 from bigbluebutton/revert-13773-remove-persistent-on-leave
Revert "refactor: Remove unused user data on leave"
2021-12-09 16:57:57 -05:00
Anton Georgiev
b6cf565ca6
Revert "refactor: Remove unused user data on leave" 2021-12-09 16:56:25 -05:00
prlanzarin
ca7fdee11e fix(webcams): bad reference to enableWebcamSelectorButton 2021-12-09 21:50:38 +00:00
Arthurk12
cfddd7eba0 fix(layout): mobile external-video refresh icon
Fixes refresh icon misplaced on mobile when external-video is minimized.
2021-12-09 18:16:13 +00:00
Max Franke
166dac09a3 fix(video): webcam video username dropdown
Fix a problem that username in video container isn't wrapped if it's too long.
Fix a problem that can cause the audio indicator to disappear.
Fix some problems with the overflow property.
Refactor in css for the talking indicator be more centralized
2021-12-09 14:25:16 -03:00
Anton Georgiev
07cfcd376a
Merge pull request #13877 from prlanzarin/u24-bumpmaster-flash
build: bump bbb-webrtc-sfu to v2.6.4
2021-12-09 12:03:24 -05:00
Anton Georgiev
5c6a43464c
Merge pull request #13860 from hiroshisuga/patch-52
fix (test): non-iterating loop in Playwright
2021-12-09 12:00:07 -05:00
Anton Georgiev
2c6f495f1c
Merge pull request #13878 from bigbluebutton/antobinary-patch-2
refactor: Decrease time allowed for reconnection
2021-12-09 11:56:39 -05:00
Anton Georgiev
75a64da3cc
refactor: Decrease time allowed for reconnection
We are receiving feedback that due to this 30s period that the user remains in the room, if a user exits a breakout room, that  user won't be able to re-join it until 30s elapses.
More investigation is needed but given that this 30s value is somewhat large, I'm [temporarily] reducing it to 10s. Related #13531
2021-12-09 11:46:51 -05:00
Anton Georgiev
d4457383dc
Merge pull request #13874 from ramonlsouza/poll-annotation-order-24
Keep original order of poll answers in whiteboard annotation (2.4)
2021-12-09 10:43:47 -05:00
prlanzarin
c3f6abfca8 build: bump bbb-webrtc-sfu to v2.6.4 2021-12-09 12:14:53 -03:00
Ramón Souza
1f42751c23 keep original order of poll answers in whiteboard annotation 2021-12-09 14:20:34 +00:00
Joao Victor
d39d9ec746 adds some linting 2021-12-09 09:07:37 -03:00
prlanzarin
93b5f4c93d feat(bbb-html5): add a general forceRelay flag
public.media.forceRelay forces relay usage on all browsers, environments and media modules

If true, overrides public.kurento.[4~forceRelayOnFirefox
2021-12-09 11:35:56 +00:00
prlanzarin
d59f910d84 fix(fullaudio): remove cross wired configs
Offer direction should only be controlled that way in listen only
2021-12-08 23:45:45 -03:00
prlanzarin
07960af3d4 feat(bbb-html5): add npm run script to lint a specific file/directory 2021-12-08 23:36:39 +00:00
prlanzarin
67ec798758 feat(webcams): preserve floor holder's original camera profile 2021-12-08 22:53:16 +00:00
Anton Georgiev
f76475f77e
Merge pull request #13868 from schrd/pres-download-fix
fix presentation download
2021-12-08 16:55:28 -05:00
Daniel Schreiber
e052b1f773 fix presentation download
this fixes the presentation download. This slipped through in commit
c46556e1f6

Sorry for that.
2021-12-08 22:32:22 +01:00
Ramón Souza
6a6f690282 increase current-poll security 2021-12-08 19:30:04 +00:00
Joao Victor
b25dd800b6 refactor: virtual background drawing 2021-12-08 16:24:34 -03:00
Anton Georgiev
9b143e80bc
Merge pull request #13864 from ramonlsouza/issue-13841
fix: Users disappearing from the polling results when they vote
2021-12-08 12:35:13 -05:00
Ramón Souza
33089d6226 fix new secret poll issue 2021-12-08 16:49:43 +00:00
prlanzarin
e49aa1c959 refactor(screenshare): revert volume control to HTMLMediaElement, make it configurable
I have growing concerns about gain node`s effect on audio quality the way it
was implemented, so I opted to fall back to HTMLMediaElement`s volume control
for the time being until we can gauge quality impacts properly later on

Add a new configuration flag enableVolumeControl, false by default while the
feature undergoes a field trial
2021-12-08 16:24:31 +00:00
Anton Georgiev
2f49f0720c
Merge pull request #13858 from ramonlsouza/typing-indicator-fix
fix: typing indicator names position (2.4)
2021-12-08 08:58:32 -05:00
hiroshisuga
82980ac17b
fix non-looping loop 2021-12-08 22:09:58 +09:00