Mario Jr
e9e436378a
Correctly set audio input/output devices
...
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
prlanzarin
aae7a19d50
screenshare: Remove unused amIPresenter from kurentoViewScreen call
2020-09-10 14:12:44 +00:00
prlanzarin
18c2d33ff1
video-provider/screenshare: streamline isUserPresenter usage
2020-09-10 14:11:18 +00:00
prlanzarin
7b7c10db64
screenshare: make presenter preview local
...
Also some much needed code movearound in Kurento`s bridge
2020-09-10 13:48:05 +00:00
prlanzarin
e5c1eddf88
[screenshare]: improve screenshare service findOne calls
2020-08-26 21:41:11 +00:00
prlanzarin
dc194eafdf
screenshare: move loading spinner css to media and restore it
2020-08-05 17:02:08 +00:00
KDSBrowne
f45af628d6
fix screen share cropping on chrome
2020-07-19 21:53:59 +00:00
KDSBrowne
ace61eaf3d
restore presentation when screen share ends
2020-06-11 13:16:22 +00:00
prlanzarin
e875408f8d
screenshare: add support on Safari 12.1+ and make constraints configurable
...
This adds support for screensharing on Safari 12.1+ or whichever has getDisplayMedia enabled
To be conservative and backwards compatible, I`ve maintained the current gUM-based code available as a fallback for those still using older versions of FF or Chrome
Made screenshare constraints configurable. The constraints config will be piped directly to gDM, so it`s just a regular gDM constraint dictionary
2020-05-14 16:54:54 +00:00
Anton Georgiev
4e1d55efd2
Prevent parallel screenshare and external-video
2019-12-18 16:40:04 -05:00
prlanzarin
b52214f0b5
Make some imports use absolute paths
...
Some more linting as well
2019-11-14 19:07:35 +00:00
prlanzarin
215f79f383
Account for mDNS candidates on gUM fallback for recvonly peers
...
Also added some client logging for those cases
Moved video-provider gUM fallback detection to be used only on recvonly streams
2019-11-14 16:35:56 +00:00
Chad Pilkey
f471b1e2b9
Merge pull request #8072 from prlanzarin/2.2-abort-play
...
Fixes to client-side screenshare/listen only code and log improvements
2019-09-06 18:37:22 -04:00
prlanzarin
c8a88148e1
Improve log message for screenshare/listen only/autoplay and harden media play with retries
2019-09-06 18:58:22 +00:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
Anton Georgiev
88c397a2ed
Merge pull request #8009 from vitormateusalmeida/issue-7869
...
Fix Screenshare alignment and remove improper drag cursor #7869 #7785
2019-08-28 15:54:48 -04:00
Vitor Mateus
ffea873845
Fix Screenshare alignment and remove improper drag cursor #7869 #7785
2019-08-27 16:38:00 -03:00
Chad Pilkey
1a8740e22d
remove pointless userMap in screenshare view
2019-08-21 13:39:06 -07:00
prlanzarin
8d65ce565d
Add UI prompts when autoplay is blocked for video/screenshare/listen only
2019-08-02 21:32:42 +00:00
Vitor Mateus
ea7f4cff58
Remove events when unmount
2019-07-30 12:03:29 -03:00
Vitor Mateus
1d44ee5794
Fix fullscreen multiwebcams
2019-07-26 16:24:53 -03:00
Vitor Mateus
e8f15b97b6
Fix fullscreen edge cases
2019-07-26 13:48:51 -03:00
Vitor Mateus
120764ee33
Adjustments to fullscreen toggle #7022 #7067
2019-07-23 16:56:39 -03:00
Vitor Mateus
429bce991e
Path to fullscreen-button changed
2019-07-22 13:59:34 -03: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
b9eb5cca1f
Locks screenshare option when datasaving screenshare setting is disabled
2019-05-28 17:46:29 -03:00
Anton Georgiev
2d991cb078
Merge pull request #7286 from KDSBrowne/2.2-issue-7279
...
Fix refPresentationContainer requestFullscreen is not a function
2019-05-22 14:52:18 -04:00
KDSBrowne
5105a3bc09
make all fullscreen buttons use the same toggle function
2019-04-24 14:20:53 +00:00
KDSBrowne
ea711def9e
move screenshare alert to service / fit audio alert on meeting end
2019-04-15 21:39:07 +00:00
KDSBrowne
009f55e7a5
move audio alert to a function
2019-04-15 15:07:01 +00:00
KDSBrowne
a90c39af3f
add screen share off sound notification
2019-04-14 23:27:18 +00:00
Anton Georgiev
81023a0ca3
add unique key to avoid client console errors on Screenshare
2019-04-12 20:59:48 +00:00
Anton Georgiev
8380875e70
remove Verto code
2019-03-08 19:41:19 +00:00
KDSBrowne
2df9f0829d
fix existing lint errors
2019-02-07 17:47:28 +00:00
KDSBrowne
e172220287
make fullscreen btn label include element name
2019-02-06 21:12:59 +00:00
Lucas Zawacki
bf99fff416
Fix a few more linter errors and remove old translation
2019-01-16 14:01:22 -03:00
Lucas Zawacki
69c89cb555
Fix some linter errors and add translation
2019-01-16 13:50:24 -03:00
Lucas Zawacki
bb4a83900c
Fullscreen button for videos, presentation and screenshare
2019-01-07 15:15:37 -03:00
Oswaldo Acauan
f71d32a464
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
...
WIP
wip
wip
format
wip
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00
Maxim Khlobystov
82a69fb902
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-connection-state-errors-2
2018-08-28 12:49:06 -04:00
Maxim Khlobystov
d67aba6c8a
Listening to ice connection failures when screensharing.
2018-08-22 14:10:08 -04:00
prlanzarin
ad353a6e84
Fixed isVideoBroadcasting check to return a bool
2018-08-20 19:44:38 +00:00
Lucas Fialho Zawacki
ffcf35b7da
react key for screenshare video area
2018-07-19 17:44:51 -03:00
prlanzarin
d2bdb67ed3
Propagating configs to WebRTC screenshare script and added support for STUN/TURN config to SFU components
2018-07-09 21:29:59 +00:00
Tainan Felipe
54a0f16c18
Rename function to onVideoLoad
2018-05-15 11:56:53 -03:00
Tainan Felipe
346e6b4ce0
Rename state and not render the connecting icon when loaded
2018-05-15 11:24:13 -03:00
Tainan Felipe
f4150c6f31
hide connecting icon when video is loaded
2018-05-15 10:13:15 -03:00
Tainan Felipe Pauli de Almeida
1e378044f2
increase the arrows
2018-05-08 09:10:09 -03:00
Tainan Felipe Pauli de Almeida
75bcd2a361
add spinning arrows while load the screenshare
2018-04-30 08:55:54 -03:00