Tim Schneider
0562b997f9
Added dropdown menu for selecting emojis next to the raiseHand Button
2022-09-22 15:02:19 +00:00
Max Franke
75eef650e6
feat(audio-captions): reallocate button from mobile
...
Remove CC button toggle in the action bar only in mobile.
Add a new CC button toggle in settings dropdown only to mobile.
2022-07-20 17:20:53 +00:00
Pedro Beschorner Marin
944edf2ccf
feat(captions): web speech prototype
...
Hardcoded pt-BR prototype for closed captions generated by the browser's
WebSpeech API.
2022-07-20 17:20:48 +00:00
Ramon Souza
04f3b50d0d
improve ghost buttons border
2022-06-16 16:59:01 -03:00
Lucas Zawacki
7ef7b52a30
feat(layout): Both presenters and moderators can set pushLayout
2022-05-24 15:38:47 -03:00
Lucas Zawacki
00f1b33456
feat(layout): Only propagate custom layout
2022-04-25 19:57:11 +00:00
Lucas Zawacki
43afef9bad
feature(layout): Remove 'swap layout' concept
2022-02-24 16:05:18 -03:00
Lucas Zawacki
830c44702f
feature(layout): Only use one place to store presentationIsOpen
2022-02-24 15:30:53 -03:00
Lucas Zawacki
0f687bef3e
feature(layout): Set all layout elements via button
2022-02-24 14:23:29 -03:00
Pedro Beschorner Marin
810deb907b
refactor(etherpad): access control et al.
...
Move all Etherpad's access control from Meteor to a separated [Node application](https://github.com/bigbluebutton/bbb-pads ).
This new app uses [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
to create groups and manage session tokens for users to access them. Each group
represents one distinct pad at the html5 client.
- Removed locked users' access to pads: replaced readOnly pad's access with a new pad's content sharing routine
- Pad's access is now controlled by [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
- Closed captions edited content now reflects at it's live feedback
- Improved closed caption's dictation mode live feedback
- Moved all Etherpad's API control from Meteor to a separated [app](https://github.com/bigbluebutton/bbb-pads )
- Included access control both in akka-apps and bbb-pads
2022-01-21 16:56:01 -03:00
Ramón Souza
351fe186a3
convert actions-bar component
2021-10-25 13:29:29 +00:00
Ramón Souza
9e71583ec7
restore old minimize presentation button and add a flag to switch
2021-10-14 19:31:47 +00:00
Lucas Fialho Zawacki
b3f5cb965c
Use correct minimize icons for screenshare/presentation
2021-09-27 21:03:20 +00:00
Lucas Fialho Zawacki
d7f3924350
Enable swap layout for screenshare and external video
2021-09-27 21:03:20 +00:00
Lucas Zawacki
0425d8753c
Minimize button for presentation, external video and screenshare
2021-09-27 20:16:20 +00:00
Vitor Mateus De Almeida
1b18977eac
rename all NewLayout.. to Layout..
2021-08-05 08:03:24 -03:00
Vitor Mateus De Almeida
abf089ae73
remove layout manager legacy
2021-08-05 01:22:07 -03:00
Ramon Souza
2ef6d30a01
fix actions bar size calculation - new layouts
2021-07-22 11:04:38 -03:00
Ramon Souza
43eda61beb
set presentation isOpen on toggleSwapLayout
2021-07-16 15:48:48 -03:00
Ramon Souza
098746d3c0
add setting to enable/disable raise hand action button
2021-05-18 13:39:09 -03:00
Ramon Souza
cc5a9502f4
change open presentation icon position
2021-05-03 16:04:54 -03:00
Vitor Mateus De Almeida
3374e638bb
fix layout doesn't update when screen is shared
2021-04-16 18:02:47 -03:00
Mohamed Amine Ben Salah
9a151fb4c2
Add raise hand test spec to user.test.js suite
2021-04-06 21:09:43 -03:00
Anton Georgiev
b699790251
Merge pull request #11773 from PhMemmel/reflect-hand-raised-state-in-button-style
...
Hand raise button now reflects hand raised state
2021-04-06 13:45:17 -04:00
KDSBrowne
f26cee6d91
fix raise hand button overlapping others
2021-03-27 17:40:38 +00:00
Philipp Memmel
f05566d946
hand raise button now reflects hand raised state
2021-03-27 14:26:59 +01:00
KDSBrowne
d89e6a8c3a
move debounce to service
2021-03-22 18:02:31 +00:00
KDSBrowne
8e9718eb0b
add debounce to raise hand toggle
2021-03-22 16:08:53 +00:00
KDSBrowne
4473fa084b
add lower hand label
2021-03-21 23:56:00 +00:00
KDSBrowne
132dfb02d9
add raise hand shortcut and help entry
2021-03-21 23:47:15 +00:00
KDSBrowne
676abd1f85
move raise hand functionality to actions bar
2021-03-21 17:06:16 +00:00
Ramon Souza
3715266883
add selectRandomUser flag
2021-03-19 15:54:54 -03:00
prlanzarin
35f519206b
Revert additional indentation to actions-bar component
...
I must have messed this up in the 2.2 - 2.3 merge or with vim somehow, mea culpa
2021-03-12 01:47:05 +00:00
prlanzarin
7eb91f9273
Merge branch 'u22-screenshare18102020' of https://github.com/prlanzarin/bigbluebutton-1 into u23-ilgiardino
2021-03-11 18:49:14 +00:00
Ramon Souza
2923ea1641
fix 'restore presentation' button when presentation is disabled
2021-03-08 09:33:25 -03:00
prlanzarin
1383ab4def
screenshare/html5: rewrite most of the client side code
...
Added new SFU broker for screen sharing
Removed kurento-extension entirely
Added inbound and outbound reconnection procedures
Improve UI responsiveness when sharing
Add reconnection UI states
Redo error handling
Refactor actions-bar screen share components. Make it smarter with less prop drilling and less re-rendering. Also more readable. Still work to do in that I think
Add a connection retry procedure for screen presenters when they are sharing; try a configurable amount of times when failure is triggered, with configurable min and max reconn timeouts and timeout increase factor
Make local preview attachment smarter
ADD PARTIAL SUPPORT FOR AUDIO SHARING VIA SCREEN SHARING WITH GET DISPLAY MEDIA, RECORDING STILL NOT SUPPORTED!!!
2020-12-09 22:00:54 +00:00
Vitor Mateus De Almeida
849bb9a469
Add debug window
2020-09-03 20:35:57 -03:00
Anton Georgiev
570f482d4c
Merge pull request #10144 from vitormateusalmeida/layout-manager-2
...
Add Layout Context and Layout Manager
2020-07-29 10:00:59 -04:00
Vitor Mateus
ecc8f4a056
wip
2020-07-20 16:16:39 -03:00
Vitor Mateus
297154f78a
The presentation gets the size from the layout manager
2020-07-20 16:02:53 -03:00
Anton Georgiev
7535e6fa59
Revert "Create layout context and add a layout manager"
2020-07-15 12:44:59 -04:00
Vitor Mateus De Almeida
880963e0e7
Merge remote-tracking branch 'upstream/develop' into layout
2020-07-06 13:36:38 -03:00
Vitor Mateus
a1d4311cec
wip
2020-06-04 20:01:17 -03:00
KDSBrowne
0bd6687387
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into add-upload-toast
2020-04-01 22:55:52 +00:00
KDSBrowne
20cd9f539f
reduce re-renders of actionbar / show all uploads dropped separately in toast
2020-04-01 22:54:47 +00:00
Vitor Mateus
5b9aafd0d3
The presentation gets the size from the layout manager
2020-03-25 09:52:23 -03:00
Anton Georgiev
0958e422aa
Merge pull request #8485 from KDSBrowne/move-quick-poll
...
Move quick poll button to presentation tool bar
2020-03-09 18:05:32 -04:00
KDSBrowne
41e8e882e0
allow presentation toggle from actions btn
2020-01-25 01:02:36 +00:00
KDSBrowne
c30e58ea27
move quick poll from actions bar to presentation toolbar
2020-01-10 19:00:06 +00:00
Pedro Beschorner Marin
8e129fb961
Included multiple cameras UI
2019-12-18 14:44:56 -03:00
Pedro Beschorner Marin
3b591a086b
Unified video providers
2019-12-10 09:02:16 -03:00
Pedro Beschorner Marin
4eb67c12be
Multiple webcams first commit
2019-12-10 08:21:19 -03:00
KDSBrowne
2024918a70
fix restore presentation btn overlap on mobile for presenter
2019-11-07 17:33:03 +00:00
Lucas Zawacki
5dd46f8f48
Fix video swap when there's no presentation and/or screenshare/external video
2019-09-17 16:55:52 -03:00
Lucas Zawacki
f548281a07
Fix random swappings happening outside of the media service
2019-09-16 19:06:02 -03:00
Anton Georgiev
4a335a1db6
reduce db probes for getAvailableActions; simplify SaveUsernames
2019-09-06 16:28:02 -04:00
Tainan Felipe
22d3708690
Remove the toggleRecording of the props
2019-08-21 15:43:10 -03:00
Tainan Felipe
932c5bf58c
Fix nav bar performance issue and move recordProp to own collection
2019-08-21 14:42:37 -03:00
Anton Georgiev
311ad5706f
Merge pull request #7750 from diegobenetti/issue6956-turn-webcams-fullscreen-when-no-presentation
...
Turn webcams fullscreen when no presentation is selected
2019-08-01 13:34:35 -04:00
Diego Benetti
60919eb418
Fixes actionsBar component to check video sharing and video broadcasting
2019-08-01 13:30:11 -03:00
Diego Benetti
aa0c777cee
Parameter enableExternalVideo changed to externalVideoPlayer
2019-07-15 16:31:28 -03:00
Diego Benetti
f7a58c3279
Changes the position of the parameter enableExternalVideo in the settings.yml file
2019-07-15 13:26:57 -03:00
Diego Benetti
cc6d4ecd41
Merge branch 'master' into issue6956-turn-webcams-fullscreen-when-no-presentation
2019-07-08 14:01:32 -03:00
Diego Benetti
0c2aefa45a
Swaps layout when meeting has no presentation
2019-07-08 11:33:32 -03:00
Joao Siebel
18670fdaf2
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-07-04 15:09:06 -03:00
KDSBrowne
ba9c9c431a
add enabled poll prop in settings.yml
2019-07-02 14:54:37 +00:00
Joao Siebel
8f0783d34f
update variable name
2019-06-26 13:29:34 -03:00
Joao Siebel
512ceaa8e0
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-21 15:03:37 -03:00
Anton Georgiev
5db531ed8d
move cc consumer button to the left in action bar
2019-06-20 15:13:45 +00:00
Joao Siebel
c6c8ca400b
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-12 15:56:14 -03:00
Joao Siebel
7f7845c47b
disable some UI actions when meteor is down
2019-06-12 15:40:58 -03:00
Diego Benetti
e520797ddd
Merge remote-tracking branch 'upstream/master' into issue7390-datasaving-screenshare
2019-05-31 10:23:50 -03:00
Anton Georgiev
6adc608fd0
closed captions linting part3
2019-05-29 14:31:27 +00:00
Diego Benetti
b9eb5cca1f
Locks screenshare option when datasaving screenshare setting is disabled
2019-05-28 17:46:29 -03:00
Pedro Beschorner Marin
34b39a2b0a
Closed captions prototype in a big commit
2019-05-22 18:33:20 -03:00
Tainan Felipe
25047f57a9
Remove stop video button of video modal
2019-04-24 14:19:35 -03:00
KDSBrowne
ea711def9e
move screenshare alert to service / fit audio alert on meeting end
2019-04-15 21:39:07 +00:00
bobakoftadeh
b266fb11b4
Remove breakout room option from actions-dropdown
2019-03-28 21:39:23 +00:00
Gustavo Trott
c6b725a36b
Resolve conflicts
2019-02-25 09:24:00 -03:00
Gustavo Trott
3f21c82330
implement quick poll feature
2019-02-21 18:01:39 -03:00
Joao Siebel
78f03f1b32
Update action label when a video is already been shared. close #6604
2019-02-15 15:32:03 -02:00
Anton Georgiev
38afdcf22b
Merge pull request #6640 from pedrobmarin/master-presentation-ui
...
New UI for presentation/video swap and fullscreen buttons
2019-01-28 12:33:47 -05:00
Pedro Beschorner Marin
5b760b46ef
Fixed share video button for locked users
2019-01-28 11:24:03 -02:00
Lucas Zawacki
57fc7a81f0
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into youtube-2.2
2019-01-21 02:50:56 -03:00
Anton Georgiev
ff3898224b
Merge branch 'master' into master-presentation-ui
2019-01-16 17:33:29 -05:00
Lucas Zawacki
69c89cb555
Fix some linter errors and add translation
2019-01-16 13:50:24 -03:00
Lucas Zawacki
e883d3a2b0
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into master-presentation-ui
2019-01-15 10:31:12 -03:00
Lucas Zawacki
550bbcd492
Share synchronized youtube video in presentation area
2019-01-14 14:40:27 -03:00
Tainan Felipe
3ccddd60d5
Remove left overs from merge
2019-01-14 10:23:41 -02:00
Tainan Felipe
0918cc4084
Merge remote-tracking branch 'upstream/master' into issue-6392
2019-01-14 09:30:59 -02:00
KDSBrowne
f11fed7bd7
add take presenter role to actions menu
2019-01-10 16:10:45 +00:00
Lucas Zawacki
6101ca5c13
Close presentation via a button in the top corner
2019-01-02 16:08:33 -03:00
Tainan Felipe
1529ff8043
Rename functions and variables
2018-12-28 09:51:41 -02:00
Tainan Felipe
53c935b7eb
Add breakout room invitation feature
2018-12-27 14:20:03 -02:00
KDSBrowne
86c7e745c5
fix lint errors
2018-12-18 15:15:51 +00:00
KDSBrowne
46d29fd553
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-panel-manager
2018-12-13 19:14:52 +00:00
Tainan Felipe
27e012ac56
Add drag and drop grid to sort user by room
2018-11-27 10:44:22 -02:00
KDSBrowne
149b4f091a
move render functions from app to panel-manager
2018-11-20 15:28:00 +00:00
KDSBrowne
538e248058
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into start-poll-01
2018-11-02 21:25:40 +00:00
Tainan Felipe
07d89a0132
Add intl to breakout room name
2018-10-29 16:29:45 -03:00