Commit Graph

23258 Commits

Author SHA1 Message Date
Richard Alam
ff3f8239c8 - end the meeting asap when the last user leaves by setting meetingExpireWhenLastUserLeftInMinutes=0 in
bbb-web's bigbluebutton.properties
2018-11-16 10:36:10 -08:00
Maxim Khlobystov
f0cb8ffa42 Using client logger for errors caught when switching between cameras in webcam settings modal. 2018-11-16 12:59:15 -05:00
Maxim Khlobystov
1013e967a4 Prevent the webcam settings modal from resizing when switching between cameras. 2018-11-16 12:49:46 -05:00
Tainan Felipe
b86d89f0fc Re-add logger messages 2018-11-16 13:58:49 -02:00
Bobak Oftadeh
bafa4c15cc Added log message when meeting is muted 2018-11-15 14:07:47 -08:00
Bobak Oftadeh
5fb58cd604 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into user-manage-b 2018-11-15 12:55:57 -08:00
Bobak Oftadeh
31d59e21ec Viewers join listen only when microphones are locked 2018-11-15 12:53:03 -08:00
Chad Pilkey
d3f0176745
Merge pull request #6248 from ritzalam/merge-v20-master-nov14
Merge v20 to master nov14
2018-11-15 15:50:21 -05:00
Maxim Khlobystov
694ba0b4c7 Throwing a toast notification when there is a getUserMedia error on switching between webcams in the preview. 2018-11-15 15:00:11 -05:00
Maxim Khlobystov
3a313ad529 Make sure the video preview and audio modals don't interfere with each other. 2018-11-15 14:38:04 -05:00
Fred Dixon
4db70857c3
Update bigbluebutton-release 2018-11-14 22:19:48 -05:00
Maxim Khlobystov
e9a6d387e4 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into webcam-choice 2018-11-14 17:20:43 -05:00
Maxim Khlobystov
e819ae2fd2 Make the webcam preview's border rounded 2018-11-14 16:17:44 -05:00
Maxim Khlobystov
6a546fca33 Using the constraints from the configuration file in webcam preview. 2018-11-14 16:12:02 -05:00
Ghazi Triki
8e10280614 Fix configuration for akka and bbb-web projects. 2018-11-14 20:18:12 +01:00
Tainan Felipe
5a3649791b Transform joinRouterHandler and aunthenticatedRouteHandler in components 2018-11-14 15:11:10 -02:00
Richard Alam
d1dad75898 Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-v20-master-nov14 2018-11-14 08:47:21 -08:00
Ghazi Triki
6b4bbd6301 Updated bbb-apps-common project to use sbt 1.2.6 and scala 2.12.7 2018-11-14 12:25:52 +01:00
Bobak Oftadeh
cd6aae26e4 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into user-manage-C 2018-11-13 14:20:50 -08:00
Bobak Oftadeh
6dd6fb714f Implemented listen-only on startup when viewer joins with mic locked settings 2018-11-13 14:18:26 -08:00
Chad Pilkey
1603564bfa
Merge pull request #6247 from ritzalam/fix-meeting-not-ending-issue
Fix issue: Meeting doesn't end when last user leaves
2018-11-13 16:16:33 -05:00
Richard Alam
ddc391b3d9 - fix issue where meeting doesn't end when lasr user leaves or when meetign is never joined.
- the client to server rtt message is always updating the meeting activity. This prevents the meeting
   from ending due to inactivity.
2018-11-13 13:01:16 -08:00
Anton Georgiev
2513409f3a
Merge pull request #6215 from antobinary/iframe-outside-commands
Handle iframe toggle recording and toggle self muting
2018-11-13 13:46:12 -05:00
Anton Georgiev
d15305e352 comment out MYDOMAIN config lines and add description 2018-11-13 18:07:44 +00:00
Anton Georgiev
23e3034b70 add missing functions for toggling 2018-11-13 17:23:31 +00:00
Anton Georgiev
a0fc60ca93 remove unused css 2018-11-13 17:16:47 +00:00
Anton Georgiev
fea8c267cc improve on listeners for state outside iframe 2018-11-13 17:14:30 +00:00
Ghazi Triki
0fdb9ef202 Updated bbb-apps-common to use common classes in bbb-common-message. 2018-11-13 17:56:04 +01:00
Ghazi Triki
5550d4464d Updated bbb-screenshare project to use common redis classes from bbb-common-message. 2018-11-13 16:19:35 +01:00
Anton Georgiev
e3729a7bf3 better updates 2018-11-12 22:09:04 +00:00
Anton Georgiev
1528911a8e
Merge pull request #6241 from KDSBrowne/fix-dropdown-FF
Fix dropdown menus not closing in FireFox
2018-11-12 14:18:49 -05:00
Bobak Oftadeh
91592a5d80 cleaned up code for moderator menu 2018-11-12 09:40:18 -08:00
bobakoftadeh
c33723ac14 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into user-manage-C 2018-11-12 09:15:55 -08:00
Anton Georgiev
98ac77dc03 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into iframe-outside-commands 2018-11-12 17:01:06 +00:00
KDSBrowne
f9ec2c3759 fix null event error in firefox 2018-11-12 16:45:37 +00:00
bobakoftadeh
04421e631b Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into user-mange-b 2018-11-12 08:40:47 -08:00
Anton Georgiev
efa1bc5ef8
Merge pull request #6226 from jfsiebel/remove-client-side-acl
Remove ACL from client
2018-11-12 11:31:53 -05:00
Anton Georgiev
ce26a3ed5e
Merge branch 'master' into remove-client-side-acl 2018-11-12 11:29:43 -05:00
Anton Georgiev
10e9cb9c37
Merge pull request #6224 from Tainan404/breakout-room-html5
Change the method permissions for moderator
2018-11-12 11:25:51 -05:00
Anton Georgiev
74879b76be
Merge pull request #6236 from MaximKhlobystov/long_build
Make sure Travis CI doesn't fail when command doesn't produce output for too long
2018-11-12 07:30:10 -05:00
Tainan Felipe
460cbdbcde Re-add settings 2018-11-12 09:46:20 -02:00
bobakoftadeh
87f63baa5a Improved interface for lock settings modal 2018-11-09 16:25:15 -08:00
Maxim Khlobystov
478349606c Prevent Travis from failing when there is no output for 10 minutes 2018-11-09 15:27:57 -05:00
Ghazi Triki
fc4028d6de Redis refactoring : remove duplicate classes, factorisation and build configuration update. 2018-11-09 20:19:46 +01:00
João Francisco Siebel
076864ffd0 merge with master 2018-11-09 13:54:33 -02:00
Tainan Felipe
164835d49b
Merge branch 'master' into breakout-room-html5 2018-11-09 13:49:15 -02:00
Ghazi Triki
6b1fa41777 Updated bbb-fsesl-client project to use sbt 1.2.6 and scala 2.12.7 2018-11-09 10:33:45 +01:00
Anton Georgiev
adbe9bb546 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into iframe-outside-commands 2018-11-08 19:34:57 +00:00
Fred Dixon
db3cacaec8 Updating README 2018-11-08 13:30:40 -06:00
Anton Georgiev
81122251f4
Merge pull request #6231 from KDSBrowne/remove-recording-label
Remove visible recording label
2018-11-08 14:17:54 -05:00