Ramon Souza
3ede47979f
fix eslint alerts
2021-08-17 13:27:33 -03:00
Ramon Souza
02991076aa
fix open/close captions panel
2021-08-17 13:24:23 -03:00
Pedro Beschorner Marin
b291279860
Merge pull request #13007 from ramonlsouza/issue-13002
...
restore captions feature in new layouts
2021-08-17 11:51:55 -03:00
Ramon Souza
e737b50bee
width -> maxWidth
2021-08-17 11:20:26 -03:00
KDSBrowne
8d89b11c58
remove extra character
2021-08-17 12:57:23 +00:00
KDSBrowne
9bdd7ad004
remove duplicate props
2021-08-17 12:48:13 +00:00
Pedro Beschorner Marin
2d9cdc3abe
Merge pull request #13013 from KDSBrowne/bbb-add-aria-tags
...
Add Aria Description To Randomly Assign Button
2021-08-17 09:03:37 -03:00
Pedro Beschorner Marin
905a4b855c
Merge pull request #13012 from KDSBrowne/bbb-popout-icon
...
Add Popout Icon To Learning Dashboard Menu Item
2021-08-17 09:00:12 -03:00
Ramon Souza
2327e92138
set tabIndex to -1 in the users list of breakout modal
2021-08-17 08:21:51 -03:00
Anton
24962f63e7
fix webcamLayout test
2021-08-17 00:51:27 -03:00
Anton
b04db6c748
use MenuItem key as the pattern for data-test
2021-08-17 00:24:16 -03:00
KDSBrowne
e195d95494
update media device dropdown to menu | semantic fixes
2021-08-17 03:18:49 +00:00
KDSBrowne
f59c20d350
add aria description tag to randomly assign button
2021-08-17 03:07:20 +00:00
KDSBrowne
ded0be5b0a
add popout window icon to menu item
2021-08-17 03:00:50 +00:00
KDSBrowne
6a65c56c20
restrict keyboard access to upload modal when open
2021-08-17 02:57:37 +00:00
Anton
5b53c3f666
fix videoCapture name and remove audio capture
2021-08-16 23:05:32 -03:00
Anton
ccba36f57d
fix polling test
2021-08-16 23:04:17 -03:00
Anton
0c406339bd
keep media files in code
2021-08-16 22:49:02 -03:00
Ramon Souza
d08a4eba2a
restore keyboard access in breakout room modal
2021-08-16 17:10:40 -03:00
Pedro Beschorner Marin
e3e152fc32
Merge pull request #13009 from ramonlsouza/issue-12696
...
fix: poll options are not capitalized
2021-08-16 16:38:45 -03:00
Ramon Souza
adb70bde41
capitalize A-I polls
2021-08-16 14:25:16 -03:00
Mario Jr
1c593dfbb5
Update doc reference for RTCInboundRtpStreamStats and RTCOutboundRtpStreamStats
...
The specification has more details about each field returned in stats
dictionaries.
2021-08-16 11:04:28 -03:00
Ramon Souza
230cce6f3a
restore captions feature in new layouts
2021-08-16 10:38:39 -03:00
Mario Jr
319dbf217e
Replace interval functions by Meteor's ones
2021-08-16 09:21:59 -03:00
Anton
87b69eae08
notifications: fix uploadFileMenu and startPoll functions
2021-08-14 16:46:03 -03:00
Anton
35ad59c967
fix test with pdf file
2021-08-14 16:43:44 -03:00
Pedro Beschorner Marin
f85b7b3e2f
Merge pull request #12929 from mynaparrot/captionsWrapper-z-index
...
fix: z-index issue in firefox for captions
2021-08-14 11:12:27 -03:00
Pedro Beschorner Marin
778ddc3ef4
Merge pull request #13000 from antonbsa/fix-data-test-menu-component
...
test: fix data-test in menus
2021-08-14 11:10:47 -03:00
Anton
c15baa9beb
re-add data-test in private chat and set status
2021-08-14 00:27:59 -03:00
Anton
6017960afa
re-add data-test in BBBMenu buttons
2021-08-13 22:34:38 -03:00
Anton
927c649653
fix data-test prop in BBBMenu component
2021-08-13 22:20:49 -03:00
Anton
056805b30b
fix command path and logs in trigger.js
2021-08-13 18:43:59 -03:00
Anton
760eac42f5
fix unnecessary double checking when taking a screenshot
2021-08-13 17:33:27 -03:00
Anton
dc587c4e0f
clean logs
2021-08-13 17:26:47 -03:00
Mario Jr
631e8fce4b
Get stats for video connection
...
We now retrieve update information about active video peers, and calculates
download and upload rates. These rates are the sum of data transfered in
all video peers.
Screenshare stats is not being added to the sum, yet.
2021-08-13 17:24:44 -03:00
Fred Dixon
b654b4a9d5
Merge pull request #12997 from pedrobmarin/c-bt-2-3-12
...
chore: bump to v2.3.12
2021-08-13 16:06:52 -03:00
Pedro Beschorner Marin
90deb3becd
chore: bump to v2.3.12
2021-08-13 16:01:19 -03:00
Pedro Beschorner Marin
3d93d2d450
Merge pull request #12995 from pedrobmarin/b-bo-wus
...
fix(breakout rooms): waiting url state
2021-08-13 15:41:24 -03:00
Anton
a3494e5225
fix logs in catch statements: test objects
2021-08-13 15:03:01 -03:00
Anton
37f194c7d3
fix logs in catch statements: test functions
2021-08-13 14:59:29 -03:00
Ramon Souza
7d484c1aef
code format and unused code removal
2021-08-13 14:17:19 -03:00
Ramon Souza
c9b27dfb4c
fix empty settings menu for viewer
2021-08-13 13:53:04 -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
Ramon Souza
555b2551bf
fix external video resizing
2021-08-13 10:51:32 -03:00
Mario Jr
65e6e70d24
update audio-manager docs for getStats and related functions
2021-08-13 09:46:19 -03:00
Fred Dixon
0553d5fb3d
Merge pull request #12993 from zfgrnzfsberire/public-packaging
...
First pass at packaging for BigBlueButton (based on project's internal scripts)
2021-08-13 09:12:34 -03:00
Johannes Barthel
1c3d303108
remove centos/amazon linux related files
2021-08-13 14:07:54 +02:00
Johannes Barthel
7b14619ceb
add link to dockerfile repo in documentation
2021-08-13 13:39:52 +02:00
Johannes Barthel
6c8525ef54
initial public version
2021-08-13 12:53:18 +02:00
Anton Georgiev
ebe8636605
Merge pull request #12988 from antobinary/npm-audit
...
chore: Add missing package-lock.json changes after removal of clipboard
2021-08-12 15:52:18 -04:00