Ramon Souza
d4ff739c0a
add external video component
2021-06-16 09:53:27 -03:00
Ramon Souza
fb09336fb8
screenshare component in new layout manager
2021-06-14 17:25:05 -03:00
Pedro Beschorner Marin
068b82b1fa
refactor(connection status): remove legacy monitor
...
Remove parts of a previous connection monitor.
To add some context (as far as my memory goes) to the multiple connection
monitor features the product has, `stats` (currently named `connection status`)
was introduced at the Flash client back in ~2016. @fcecagno and I did it
as a BigBlueButton's Summit activity. Our work was squashed into a single
commit in 92554f8b3e
:).
I'm not sure about the whole story behind `network information` (the late
connection monitor added to the HTML5 client) but I assume it should work
as a collector for a bunch of different connectivity monitors. I remember
when it was introduced but I don't know why it wasn't adopted. My best guess
would be because of some performance issues the `user list` had back then.
To follow on why `connection status` replaced `network information` at the
HTML5 client, when I did the `multiple webcams` feature I had to refactor
a big chunk of the `video provider` (#8374 ). Something that wasn't really
helping there was the adaptation of `stats` that was made to show local
feedback for each webcam connection. Although this feature wasn't being
used anymore, `network information` did rely on that to build up data. With
this monitor gone I assumed it was my responsibility to provide an alternative
so I promoted Mconf's port of the Flash `stats` monitor to BigBlueButton's
HTML5 client (#8579 ).
Well, that's my perspective on how things went for those features. If
anyone would like to correct me on something or add something else on
that history I would appreciate to know.
2021-06-13 14:02:46 -03:00
Ramon Souza
3030fbc206
Merge remote-tracking branch 'upstream/develop' into chat-alerts-refactor
2021-06-04 08:28:47 -03:00
Ramon Souza
f526ab88fb
actions bar in new layout manager
2021-05-31 17:28:57 -03:00
Ramon Souza
94436d2630
chat alerts refactor
2021-05-27 14:46:27 -03:00
Vitor Mateus De Almeida
88a1edcc06
Fix userlist item button, Fix polling close button
2021-05-19 11:51:31 -03:00
Vitor Mateus De Almeida
1326f3f791
Add New Layout Manager
2021-05-17 17:25:07 -03:00
Ramon Souza
d5d1c86c70
remove unused imports
2021-04-20 09:12:22 -03:00
hiroshisuga
4db28a2824
Fancy random viewer selection ( #11297 )
...
* Revert "Delete bbb-icons-ori.woff"
This reverts commit 84937a0d07
.
* Revert "Add files via upload"
This reverts commit 391434445a
.
* Revert "Delete bbb-icons.woff"
This reverts commit 7c245c666d
.
* Revert "Add files via upload"
This reverts commit 6f8c764c4b
.
* Revert "Delete tmp.woff"
This reverts commit 5141e65359
.
* Revert "Add files via upload"
This reverts commit c8f7b17b04
.
* Revert "Create tmp.woff"
This reverts commit 73c4506594
.
* Revert "Delete bbb-icons.woff"
This reverts commit 9d01d58527
.
* Revert "Revert "Delete bbb-icons.woff""
This reverts commit d221d290cd
.
* Revert "Revert "Revert "Delete bbb-icons.woff"""
This reverts commit c415ff02d1
.
* Revert "Revert "Delete bbb-icons.woff""
This reverts commit d221d290cd
.
* Revert "Revert "Create tmp.woff""
This reverts commit 267dc412d5
.
* Revert "Delete bbb-icons-ori.woff"
This reverts commit 84937a0d07
.
* Revert "Delete bbb-icons.woff"
This reverts commit 7c245c666d
.
* Revert "Add files via upload"
This reverts commit 6f8c764c4b
.
* Revert "Add files via upload"
This reverts commit c8f7b17b04
.
* Revert "Create tmp.woff"
This reverts commit 73c4506594
.
* Revert "Delete bbb-icons.woff"
This reverts commit 9d01d58527
.
* Revert "Revert "Delete bbb-icons.woff""
This reverts commit 64a48f2bd6
.
* Revert "Revert "Revert "Delete bbb-icons.woff"""
This reverts commit 9d1b4a068a
.
* Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""
This reverts commit b60491d933
.
* Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""""
This reverts commit 16e357091d
.
* Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""""
This reverts commit e0b70f2055
.
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""""""
This reverts commit 7b1bde97ed
.
* Update UsersMgs.scala
* Update selectRandomViewer.js
* Update clearRandomlySelectedUser.js
* Update addMeeting.js
* Update updateRandomViewer.js
* Update component.jsx
* Update container.jsx
* Update component.jsx
* Update container.jsx
* Update styles.scss
* Update en.json
* Update SelectRandomViewerReqMsgHdlr.scala
* code simplification
* in case only one person to be selected
* Update en.json
* Create en.json
* Update en.json
* Update component.jsx
* Update styles.scss
* Update en.json
* Update updateRandomViewer.js
Fix a typo
* Update component.jsx
When the presenter is moved to a viewer, in the modal of ex-presenter "somebody is selected" should be displayed. Before this modification, "somebody is the only viewer" was displayed.
* add a comment
explaining why a condition is needed.
* Update en.json
* Update en.json
* revert (due to the rename UserMgs -> UserMsgs)
* Update UsersMsgs.scala
2021-04-15 11:12:10 -04:00
Ramon Souza
9218262e0a
all device info moved to helper
2021-03-31 14:13:36 -03:00
Mario Jr
6508674d38
Prevent ejecting user from them main room when leaving breakout room
...
When user observing changes, we must guarantee these changes are from main room, and not from breakout one.
Fixes #11029
2021-02-21 01:07:25 -03:00
KDSBrowne
2f46c1fd28
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-user-rand-select
2020-11-02 16:16:29 +00:00
Joao Siebel
be8421db3c
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-10-21 13:57:17 -03:00
Joao Siebel
14388ec922
Improve logs for a better debug/understanding of problems related to authentication and log in process
2020-10-07 16:50:17 -03:00
Joao Siebel
087939855e
fix some problems with using same user in multiple tabs
2020-09-16 09:52:44 -03:00
KDSBrowne
e9d4f8e42c
adds a select random user feature for presenter
2020-08-28 17:23:27 +00:00
Anton Georgiev
42d640f3e2
Merge branch 'issue7791-add-support-to-new-parameters-name' of github.com:diegobenetti/bigbluebutton into test-7805
2019-11-05 11:59:00 -05:00
Anton Georgiev
7ec10d779a
adjust flipped check for Moderator, isGuest, etc
2019-08-30 16:13:40 -04:00
Anton Georgiev
892336632f
added "fields:{...}", removed most mapUser
2019-08-28 16:32:55 -04:00
Chad Pilkey
e69931a0af
Merge remote-tracking branch 'upstream/master' into fix-pan-lag
2019-07-25 16:29:52 -07:00
Anton Georgiev
2bf8fb5cca
minor optimization using Fields in miniMongo
2019-07-24 17:59:04 +00:00
Diego Benetti
f13239674b
Changes other parameters to the new pattern
2019-07-24 14:04:46 -03:00
Diego Benetti
4a764f8f6c
Implements new name for parameters and the support to the old names
2019-07-22 11:28:13 -03:00
KDSBrowne
2fa59190fb
fix panel resizing for RTL locales
2019-07-15 19:15:58 +00:00
KDSBrowne
c12122fe6f
move functions instantiated outside class
2019-06-13 15:02:02 +00:00
KDSBrowne
ffecbfa6ac
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
2019-06-12 14:40:23 +00:00
KDSBrowne
47468ef5d7
use mapUser in app container
2019-05-31 18:36:52 +00:00
KDSBrowne
bac5d0f529
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 0A-access-39
2019-05-30 15:02:51 +00:00
KDSBrowne
65012daa7a
add toasts for meeting mute / unmute and emoji changes
2019-05-30 14:42:38 +00:00
KDSBrowne
7f7970dfb6
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into _summit-adjust-screen-reader-trap
2019-05-29 16:10:28 +00:00
Anton Georgiev
ac36732849
Merge branch 'master' into closed-captions-prototype
2019-05-29 11:51:45 -04:00
Pedro Beschorner Marin
a37ae9cb70
Better management of captions activation
2019-05-22 18:33:20 -03:00
Pedro Beschorner Marin
34b39a2b0a
Closed captions prototype in a big commit
2019-05-22 18:33:20 -03:00
KDSBrowne
558e25ec9b
fix published poll toast notifications for old polls
2019-05-22 14:44:17 +00:00
KDSBrowne
475e945abc
improve screen reader panel check
2019-05-15 21:13:05 +00:00
KDSBrowne
ccd70e86fa
enable screen reader trap for layered views
2019-05-08 17:52:12 +00:00
KDSBrowne
e7bc6a85d6
add ios version check / toast message to cam btn
2019-04-18 17:14:34 +00:00
KDSBrowne
1827463928
add toast warning for partially supported ios version
2019-04-13 06:06:50 +00:00
Anton Georgiev
5ff92e62cb
address linting for DataLookup
2019-04-11 17:33:53 -04:00
Maxim Khlobystov
ad994439b1
Bring back missing code and fix some linter errors
2019-04-11 16:23:18 -04:00
Maxim Khlobystov
7d7ef07382
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into user-information-lookup
2019-04-10 18:21:38 -04:00
Maxim Khlobystov
de3c2c12ca
Code improvements
2019-04-10 15:40:40 -04:00
Vitor Mateus
32067f2f7a
Fixes and improvements
2019-04-05 15:10:05 -03:00
Vitor Mateus
7d5e47666c
Fix End Meeting errors #7021
2019-03-19 17:06:13 -03:00
Tainan Felipe
7da092f3bd
Remove clear credentials that cause new client subscriptions
2019-03-19 15:48:54 -03:00
Joao Siebel
0cc53db366
show audio modal when microphone is locked, and fix a problem with listenOnly connection. close #6574
2019-01-23 14:06:14 -02:00
KDSBrowne
775176d9cf
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-panel-manager
2018-12-12 17:35:22 +00:00
Anton Georgiev
20386334f6
Merge pull request #6295 from BobakOftadeh/micsLocked-check-fix
...
Fixed micsLocked check
2018-12-07 11:36:31 -05:00
Maxim Khlobystov
f548b46672
Improve the client logs appearing on user join/subscription
2018-12-06 12:26:08 -05:00