Commit Graph

27232 Commits

Author SHA1 Message Date
Vitor Mateus De Almeida
9ed57fd22d Fix Inconsistent resize behaviour 2020-06-16 12:20:24 -03:00
Vitor Mateus De Almeida
006f77caf9 Layout doesn't change when pass a slide 2020-06-16 10:16:38 -03:00
Anton Georgiev
8d27ec90bb
Merge pull request #9845 from lkiesow/external-video-sharing-note
Update Note About Sharing External Video
2020-06-16 08:46:12 -04:00
Vitor Mateus De Almeida
f4b63d1146 fix enable autoarrange doesn't work correctely 2020-06-16 08:54:52 -03:00
Vitor Mateus De Almeida
4b1e890a0e fixing automatically placement 2020-06-15 22:22:28 -03:00
Lars Kiesow
91e629b453
Update Note About Sharing External Video
This patch updates the note about which external videos can be shared
by looking at what react-player supports. Most notably, external video
URLs are added.

This also fixes the misspelled name of Dailymotion.
2020-06-16 00:59:16 +02:00
mw781
2da9028c0b Extract constant for convenience 2020-06-15 21:51:46 +01:00
mw781
f4dc8d9d69 Fix critical issue with video-preview arguments
After the code to mirror the video-preview component was added
I noticed that I improperly used the userId property of an undefined
argument as the video-preview does not have a user as a prop. This
commit decouples the logic to verify if the webcam should be mirrored
and whether the webcam belongs to that user. In the latter, we verify
if the user parameter exists and use it in a conditional, otherwise
we simply return true (applies with the video preview component),
where there is only one video stream.
2020-06-15 21:49:00 +01:00
Mohamed Amine Ben Salah
b0b2602547 fixes audio test args 2020-06-15 17:00:35 -03:00
Mohamed Amine Ben Salah
88a3685a62 fixes required puppeteer args 2020-06-15 16:33:39 -03:00
Mohamed Amine Ben Salah
55a7e2fe0a adds DEBUGGING Logger to custom parameters test 2020-06-15 16:29:47 -03:00
Mohamed Amine Ben Salah
a226fff764 removes duplicated polling data-test 2020-06-15 16:29:38 -03:00
Mohamed Amine Ben Salah
ed185de471 adds hideAndSwapPresentation(), hideAndSwapPresentation() and forceRestorePresentationOnNewEvents() 2020-06-15 16:29:31 -03:00
Mohamed Amine Ben Salah
eb47227caf adds customStyleUrl(), autoSwapLayout(), hidePresentation(), bannerText() and bannerColor() to customparameters.js 2020-06-15 16:29:23 -03:00
Mohamed Amine Ben Salah
9a69e50ec3 adds multiUserPenOnly(), presenterTools(), multiUserTools() and customStyle() 2020-06-15 16:29:15 -03:00
Mohamed Amine Ben Salah
c3f148cda0 replaces getArgsWithAudio() with getArgs() in customparameters.test.js 2020-06-15 16:29:06 -03:00
Mohamed Amine Ben Salah
998948e4c8 fixes getArgsWithVideo() in page.js 2020-06-15 16:29:00 -03:00
Mohamed Amine Ben Salah
7c6d2145d3 adds enableVideo() and autoShareWebcam() test specs 2020-06-15 16:28:45 -03:00
Mohamed Amine Ben Salah
4d468e65c2 enableScreenSharing() test spec 2020-06-15 16:23:45 -03:00
Mohamed Amine Ben Salah
c23752926f update screenshot() and getMetrics() in page.js 2020-06-15 16:17:38 -03:00
Mohamed Amine Ben Salah
71dea013bd reformulate getMetrics() and screenshot() to save in same directory 2020-06-15 16:17:31 -03:00
Mohamed Amine Ben Salah
745bd69af6 adds description comments to test specs 2020-06-15 16:17:22 -03:00
Mohamed Amine Ben Salah
3c41df3790 adds skipCheck() and askForFeedbackOnLogout() test specs 2020-06-15 16:08:34 -03:00
Mohamed Amine Ben Salah
87513d04e6 adds joinMicrophoneWithoutEchoTest() and logoutFromMeeting() to page.js 2020-06-15 16:08:22 -03:00
Mohamed Amine Ben Salah
48812f9d7a added force listen only parameter test spec 2020-06-15 16:08:07 -03:00
Mohamed Amine Ben Salah
16c8fe2270 added listenOnlyMode test spec 2020-06-15 16:07:52 -03:00
Mohamed Amine Ben Salah
de8d6315db added autoJoin custom parameter test spec 2020-06-15 16:07:10 -03:00
Fred Dixon
09eb8a6da4
Merge pull request #9843 from bigbluebutton/ffdixon-patch-3
Update minimist to latest version
2020-06-14 17:03:10 -04:00
Fred Dixon
ae19bd0ed2
Update minimist to latest version 2020-06-14 17:02:13 -04:00
mw781
bf68d2c76f Refactor code and implement mirroring for video-preview 2020-06-14 20:13:47 +01:00
Fred Dixon
ccf42b0a67
Merge pull request #9836 from lkiesow/html5-camera-profile-docs
[HTML5 Client] Camera Profile Documentation
2020-06-13 19:00:57 -04:00
Lars Kiesow
f1763cede6
[HTML5 Client] Camera Profile Documentation
This patch adds a short comment block to the HTML5 client's
configuration file explaining the options available for the camera
profiles. Having this in the configuration file helps as a quick
reference and means that administrators do not need to find external
sources of information.
2020-06-14 00:37:59 +02:00
Fred Dixon
81dec8363a
Merge pull request #9835 from ffdixon/bump-minimist
Update minimist to latest version.
2020-06-13 15:37:18 -04:00
Fred Dixon
ebb29974ac Bump minimist to latest version 2020-06-13 14:35:08 -05:00
Fred Dixon
c848e0e49c
Merge pull request #9832 from ffdixon/bbb-conf-29
Bbb conf 29
2020-06-13 07:44:26 -04:00
Fred Dixon
1d3bfba23b Don't print out new FreeSWITCH ESL password 2020-06-13 06:41:29 -05:00
Fred Dixon
97d3fc9020 Add FreeSWITCH password to bbb-resync-freeswitch 2020-06-13 06:39:46 -05:00
mw781
fceac6dbc5 Import user settings 2020-06-12 23:49:07 +01:00
mw781
17350a57fe Implement own video mirroring 2020-06-12 23:39:41 +01:00
Anton Georgiev
87ea96b386
Merge pull request #9827 from antobinary/audio-logs
Added callerIdName in audio logs where possible
2020-06-12 17:15:20 -04:00
Anton Georgiev
ddb54273c1 Added callerIdName in audio logs where possible 2020-06-12 21:13:49 +00:00
Anton Georgiev
a810aed66c
Bump up BBB version to 2.2.18 2020-06-12 16:46:31 -04:00
Anton Georgiev
d5bcedd618
Merge pull request #9744 from jfsiebel/custom-parameters-guest-user
Fix custom parameters for guest users
2020-06-12 16:44:43 -04:00
Anton Georgiev
5aa1b2d1c5
Merge pull request #9825 from lfzawacki/v2.2.x-release
Fix twitch external video sharing
2020-06-12 16:39:48 -04:00
Anton Georgiev
52f85dff9d
Merge pull request #9814 from KDSBrowne/issue-9768
Fix ending of screenshare displaying empty container
2020-06-12 16:39:10 -04:00
Joao Siebel
e9666e4f21 Merge remote-tracking branch 'upstream/v2.2.x-release' into prevent-680-error-screen 2020-06-12 17:28:38 -03:00
Joao Siebel
492acd6b5c Add a warn when a banned user tries to join the meeting 2020-06-12 16:51:22 -03:00
Lucas Zawacki
0e9baf8ac7 fix twitch option name 2020-06-12 15:06:58 -03:00
Lucas Zawacki
abf4f45602 Update react-player and fix twitch sharing 2020-06-12 15:01:15 -03:00
Joao Siebel
45f99fed8b Prevent banned user from trying to validate auth token multiple times. close #9798 2020-06-12 13:24:11 -03:00