KDSBrowne
b33b5f3f01
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-remove-css-variable-duplicates
2020-09-01 21:17:25 +00:00
KDSBrowne
77b71a4d1f
fix duplicate css variables being loaded (improve imports)
2020-09-01 18:46:13 +00:00
Anton Georgiev
8cc8474655
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 08-26-merge
2020-08-27 19:09:07 +00:00
KDSBrowne
fbeaf87dbd
localize the dropdown values for webcam quality
2020-08-17 16:19:45 +00:00
Anton Georgiev
5be5aed1d9
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2020-08-12
2020-08-12 17:12:58 +00:00
prlanzarin
44b1734b4e
video-preview: add the option to hide camera profiles from UI
2020-08-05 16:37:30 +00:00
Pedro Beschorner Marin
7b3505acff
Enumerating devices after video preview gUM
2020-08-05 15:06:44 +00:00
Pedro Beschorner Marin
4d5d0ad8b4
Multiple webcams stop all button
2020-08-05 14:23:34 +00:00
prlanzarin
dac3259c48
Merge remote-tracking branch 'pedrobmarin/bbb-multiple-webcams' into upstream-2.2-vpeg-base
2020-08-05 14:20:58 +00:00
Anton Georgiev
394ccce435
Merge pull request #8758 from pedrobmarin/multiple-cam-stop-all-button
...
Multiple webcams stop all button
2020-07-22 09:57:23 -04:00
Pedro Beschorner Marin
526f79e8f2
Merge remote-tracking branch 'bigbluebutton/v2.2.x-release' into bigbluebutton/develop
2020-06-30 18:15:18 -03:00
Anton Georgiev
ec94b0f781
Merge pull request #8888 from pedrobmarin/fix-mod-webcams
...
Fix webcamsOnlyForModerator
2020-06-30 16:19:15 -04: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
mw781
bf68d2c76f
Refactor code and implement mirroring for video-preview
2020-06-14 20:13:47 +01:00
Anton Georgiev
c9e996de21
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop
2020-05-25 17:32:24 +00:00
KDSBrowne
2be89479ba
close video preview modal if lock setting active
2020-05-09 17:19:41 +00:00
Pedro Beschorner Marin
362317e8d0
Enumerating devices after video preview gUM
2020-05-08 13:43:29 -03:00
Pedro Beschorner Marin
a2000bf62a
Multiple webcams stop all button
2020-03-11 17:01:58 -03:00
Mohamed Amine Ben Salah
ea226420c2
adds single user webcam test spec
2020-03-04 16:00:45 -03:00
Pedro Beschorner Marin
78b0d0276a
Avoid multiple cameras sharing in mobile and safari
2019-12-20 17:21:23 -03:00
Pedro Beschorner Marin
ebef3f7a15
Linter things
2019-12-18 14:50:16 -03:00
Pedro Beschorner Marin
8e129fb961
Included multiple cameras UI
2019-12-18 14:44:56 -03:00
Pedro Beschorner Marin
f5d7be7f00
Making the interface functional for the multiple webcams. This must change after thinking on a design
2019-12-10 09:05:03 -03:00
Pedro Beschorner Marin
3b591a086b
Unified video providers
2019-12-10 09:02:16 -03:00
Pedro Beschorner Marin
9fcae355c7
joinVideo gets the deviceId
2019-12-10 08:21:22 -03:00
Pedro Beschorner Marin
4eb67c12be
Multiple webcams first commit
2019-12-10 08:21:19 -03:00
Tainan Felipe
6e7cdb1f6b
Don't skip video preview if called via interface
2019-11-21 14:18:42 -03:00
Tainan Felipe
310f5efb4b
Update bigbluebutton-html5/imports/ui/components/video-preview/component.jsx
...
Co-Authored-By: Anton Georgiev <antobinary@users.noreply.github.com>
2019-11-20 16:51:14 -03:00
Tainan Felipe
3bc9933960
Remove preview timer
2019-11-20 15:35:16 -03:00
Tainan Felipe
6e9b2da562
Remove auto play component and reuse Video preview gUM
2019-11-20 14:17:42 -03:00
Tainan Felipe
ca144ea73e
Add bbb_preferred_camera_profile to user data parameters
2019-11-05 17:23:13 -03:00
Chad Pilkey
782b705f66
limit width of the webcam preview video
2019-10-08 14:16:16 -07:00
Chad Pilkey
6c0358ae90
bitrate only webcam profiles and error handling
2019-09-26 18:28:37 +00:00
Chad Pilkey
def6fe607a
fix video preview select box warning
2019-09-06 09:38:08 -07:00
Vitor Mateus
e8f15b97b6
Fix fullscreen edge cases
2019-07-26 13:48:51 -03:00
Vitor Mateus
db1825a15c
Code cleanups
2019-07-23 19:24:31 -03:00
KDSBrowne
392aac9857
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into issue-7137
2019-07-04 18:37:40 +00:00
Anton Georgiev
b74d3d9bb0
correct logger.warning to .warn
2019-07-02 16:54:10 +00:00
Anton Georgiev
3fcb95ab44
log structure {logCode, extraInfo}, comment
2019-06-28 21:45:50 +00:00
KDSBrowne
dbf8938d24
fix chrome on ios blue screen after selecting share webcam / lint issues
2019-06-27 16:02:42 +00:00
prlanzarin
26ae1585e5
Add option to specify bitrate/bw on cameraProfiles
2019-06-13 18:24:54 +00:00
Vitor Mateus
d1b910a558
Fix errors in grid layout
2019-05-27 19:06:52 -03:00
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
Anton Georgiev
6ba84740f1
Merge pull request #7418 from KDSBrowne/_summit-modal-close-aria-labels
...
Add modal title to dismiss / confirm modal btns for screen reader
2019-05-14 08:08:19 -04:00
KDSBrowne
42a79185a0
add modal title to dismiss / confirm modal btns for screen reader
2019-05-08 19:13:05 +00:00
KDSBrowne
3378524fd3
add htmlfor to labels in cam modal / move warnings to top of modals
2019-05-08 15:22:27 +00:00
Chad Pilkey
7095bae71d
minor video preview tweaks
2019-05-01 10:36:25 -07:00
Chad Pilkey
4f59580f6b
video preview spacing and localized strings
2019-04-30 15:29:30 -07:00
Chad Pilkey
2aeed72c8d
refactor video preview media selection
2019-04-30 12:54:56 -07:00
Vitor Mateus
6291493fe2
Merge error fixed
2019-04-23 17:44:04 -03:00