prlanzarin
52d69156ca
Fix viewer camera reconnection timers
...
Also try to reconnect when ICE fails, a server-side error comes through or the WebRTC stack throws a tantrum, not only when the first connection fails.
2019-11-28 18:03:14 +00:00
prlanzarin
d3fa2f6508
Add an outbound ice queue to video-provider peers
...
Only send candidates after the SDP exchange was locked due stop-start glare
2019-11-28 18:01:32 +00:00
Tainan Felipe
6e7cdb1f6b
Don't skip video preview if called via interface
2019-11-21 14:18:42 -03: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
Anton Georgiev
cfb58749e4
Merge pull request #8303 from vitormateusalmeida/webcam-resizable
...
Webcam resizable
2019-11-08 15:28:58 -05:00
Vitor Mateus
4254bcb4ca
Change the video height to avoid webcam overflow
2019-11-05 16:23:23 -03: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
8da73912f5
Revert "Webcams area resizable"
2019-11-01 14:24:18 -04:00
Vitor Mateus de Almeida
02732a8dbe
Merge remote-tracking branch 'upstream/master' into issue-7855
2019-10-31 18:17:30 -03:00
Chad Pilkey
3dd4761889
Merge pull request #8157 from capilkey/viewer-webcam-lock-unshare
...
Viewer webcam lock unshare
2019-09-27 18:20:26 -04:00
Chad Pilkey
7753750721
fix video provider option property name
2019-09-27 22:18:16 +00:00
Tainan Felipe
b0f2e16f86
Add propTypes and redo variable types
2019-09-27 15:01:11 -03:00
Chad Pilkey
6c0358ae90
bitrate only webcam profiles and error handling
2019-09-26 18:28:37 +00:00
Vitor Mateus
f91f0a20da
Change the video height to avoid webcam overflow
2019-09-23 14:58:03 -03:00
Tainan Felipe
966debb341
Fix viewer webcam not unsharing when lock setting is enable
2019-09-16 11:15:18 -03:00
Anton Georgiev
884c5bcdc4
Merge pull request #8063 from Tainan404/video-performance
...
Move hasStream to video-users collection
2019-09-11 17:43:01 -04:00
Tainan Felipe
d1a0286c06
Fix wrong data fetch
2019-09-09 16:30:14 -03: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
Tainan Felipe
957225fabf
Rename collection to video-streams
2019-09-06 13:50:31 -03:00
Tainan Felipe
7e8de34583
Remove index from userId
2019-09-06 10:19:18 -03:00
Tainan Felipe
c27ff18958
Merge remote-tracking branch 'upstream/master' into video-performance
2019-09-06 10:16:22 -03:00
Tainan Felipe
3d8e0be9fe
Filter user collection fields
2019-09-05 17:03:22 -03:00
Tainan Felipe
060e82dddf
Move hasStream to video-users collection
2019-09-05 15:29:30 -03:00
Anton Georgiev
c5856d43c8
moved static code outside of tracker
2019-09-04 14:32:58 -04:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
Anton Georgiev
892336632f
added "fields:{...}", removed most mapUser
2019-08-28 16:32:55 -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
KDSBrowne
161be803be
fix dropdown close btn on mobile view
2019-08-19 14:41:31 +00:00
KDSBrowne
74ac34c407
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into issue-7148
2019-08-19 13:44:36 +00:00
KDSBrowne
713ea97a27
remove margin 0 from p elements
2019-08-19 13:35:31 +00:00
Anton Georgiev
ab01337f45
Merge pull request #7909 from capilkey/hide-user-list
...
Add ability to hide viewers in the user list from each other
2019-08-15 17:58:18 -04:00
Anton Georgiev
5b9c835513
Merge pull request #7882 from prlanzarin/2.2-ap-ui
...
Add UI prompts when autoplay is blocked for video/screenshare/listen only
2019-08-14 15:24:16 -04:00
Chad Pilkey
483285ae3a
don't show muted on video when listenOnly
2019-08-13 10:02:52 -07:00
Chad Pilkey
027c28c320
add lock setting option to hide viewers from each other
2019-08-09 16:45:26 -07:00
Chad Pilkey
6e76dd584b
improve user fetch and sort, and webcam fetch
2019-08-09 15:39:55 -07:00
prlanzarin
01b53728f8
Only handle autoplay when DOMEx is NotAlllowedError
...
Add check to prevent re-handling autoplay multiple times for cams
Screenshare viewer element muted by default
2019-08-05 17:28:36 +00: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
3c0898b7aa
Merge remote-tracking branch 'upstream/master' into issue-7022-2
2019-07-29 17:10:34 -03:00
Vitor Mateus
2617fb34a1
Disable draggable when webcam is fullscreen
2019-07-26 16:42:39 -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
prlanzarin
39cf33b194
Yet another workaround for autoplay issues
2019-07-25 17:36:19 +00:00
Vitor Mateus
fc75100bb4
Disable draggable when webcam is fullscreen
2019-07-24 14:21:04 -03:00
Diego Benetti
f13239674b
Changes other parameters to the new pattern
2019-07-24 14:04:46 -03:00
Vitor Mateus
5b21c500dd
Merge remote-tracking branch 'upstream/master' into issue-7022-2
2019-07-23 19:37:15 -03:00
Vitor Mateus
db1825a15c
Code cleanups
2019-07-23 19:24:31 -03:00
Vitor Mateus
120764ee33
Adjustments to fullscreen toggle #7022 #7067
2019-07-23 16:56:39 -03:00
Anton Georgiev
e84d25a435
use correct property in log for video-provider
2019-07-23 15:12:54 +00:00
Vitor Mateus
429bce991e
Path to fullscreen-button changed
2019-07-22 13:59:34 -03:00
prlanzarin
ca474e95bd
Refactor video-provider component logs
2019-07-18 20:44:21 +00:00
Anton Georgiev
901987282a
Merge pull request #7756 from vitormateusalmeida/webcams-draggable-refactor
...
Webcam draggable refactoring
2019-07-16 09:53:39 -04:00
Vitor Mateus
fc3f23266b
Fix z-index
2019-07-11 10:49:06 -03:00
Vitor Mateus
68ec6411aa
Webcam draggable refactoring
2019-07-09 20:11:48 -03:00
Joao Siebel
18670fdaf2
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-07-04 15:09:06 -03:00
Anton Georgiev
b71bd48490
remove redundant audio log
2019-07-02 20:11:48 +00:00
Anton Georgiev
86a178fbf6
video-provider logger with extraInfo
2019-07-02 19:51:35 +00:00
Anton Georgiev
b74d3d9bb0
correct logger.warning to .warn
2019-07-02 16:54:10 +00:00
Anton Georgiev
fb1c294312
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into logging-structure
2019-07-02 15:41:57 +00:00
Anton Georgiev
3fcb95ab44
log structure {logCode, extraInfo}, comment
2019-06-28 21:45:50 +00:00
Chad Pilkey
0de1d1d129
fix regression from #7606 , handle roles correctly
2019-06-28 18:50:57 +00:00
prlanzarin
98b7d10a32
[video-provider] Set peer as started first on handlePlayStart
2019-06-26 19:25:05 +00:00
prlanzarin
feb408fac7
[video-provider] Only set a reconnection timeout if the peer hasnt already started
2019-06-26 19:16:28 +00:00
Anton Georgiev
35b8563219
Merge pull request #7606 from Tainan404/issue-7556
...
Add toast for webcam lock suggestion
2019-06-26 12:17:30 -04:00
Tainan Felipe
c9fd8ecff6
Merge branch 'issue-7556' of https://github.com/Tainan404/bigbluebutton into issue-7556
2019-06-26 13:13:57 -03:00
Tainan Felipe
cd5e3e30e6
Add meeting in find parameter for get meeeting webcam users
2019-06-26 13:07:35 -03:00
Anton Georgiev
34b727542a
Merge pull request #7651 from vitormateusalmeida/issue-7598
...
Draggable webcams grid improvements
2019-06-26 11:59:41 -04:00
Vitor Mateus
e5d56bad7a
Fixes
2019-06-25 12:40:57 -03:00
Vitor Mateus
88244be139
Fix webcams size when minimize presentation
2019-06-24 15:37:17 -03:00
Vitor Mateus
9fc2413292
CSS and position calcs changes
2019-06-21 17:52:43 -03:00
Maxim Khlobystov
b1cd809948
Update for the WebdriverIO tests
2019-06-21 16:11:05 -04:00
Anton Georgiev
b281174b22
Merge pull request #7640 from KDSBrowne/issue-7185
...
Hide fullscreen buttons from iPhones
2019-06-21 14:51:06 -04:00
Joao Siebel
512ceaa8e0
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-21 15:03:37 -03:00
Anton Georgiev
5fb0c10ea6
Merge branch 'master' into issue-7556
2019-06-21 10:44:32 -04:00
Vitor Mateus
762d23089e
Partial webcams grid improvements
2019-06-19 17:55:43 -03:00
KDSBrowne
cadc75a2f1
hide fullscreen buttons from iphones
2019-06-17 15:55:53 +00:00
Tainan Felipe
420a6669f0
Fix intl descriptions
2019-06-14 11:01:54 -03:00
prlanzarin
26ae1585e5
Add option to specify bitrate/bw on cameraProfiles
2019-06-13 18:24:54 +00:00
Joao Siebel
16f20db001
parameterize the packet lost threshold
2019-06-12 17:27:49 -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
Tainan Felipe
d948a6a008
Add toast for webcam lock suggestion
2019-06-12 15:03:23 -03:00
Anton Georgiev
6f78c5aa99
Merge pull request #7530 from diegobenetti/issue7390-datasaving-screenshare
...
Lock screenshare option when datasaving screenshare setting is disabled
2019-06-11 15:32:28 -04:00
Vitor Mateus
6c9a7b8539
Remove TODO
2019-06-10 16:40:04 -03:00
Vitor Mateus
272b1a3e30
Fix position updates while speak
2019-06-10 15:25:55 -03:00
Vitor Mateus
0c81eda94e
Fix webcam size after minimize the presentation #7570
2019-06-07 17:45:54 -03:00
Vitor Mateus
6896cc08b4
Fix overflow of webcams-draggable #7562
2019-06-03 17:03:59 -03:00
Vitor Mateus
7af426d0d2
Avoid webcam overflow the screen with multiples webcams
2019-06-03 11:05:09 -03:00
Vitor Mateus
4876f5d7a5
Avoid webcam overflow the screen
2019-05-30 15:19:18 -03:00
Diego Benetti
b9eb5cca1f
Locks screenshare option when datasaving screenshare setting is disabled
2019-05-28 17:46:29 -03:00
Vitor Mateus
6de7650ec9
Merge remote-tracking branch 'upstream/master' into issue-6724
2019-05-27 19:18:26 -03:00
Vitor Mateus
d1b910a558
Fix errors in grid layout
2019-05-27 19:06:52 -03:00
Joao Siebel
d9b850f085
prevent data when monitoring is disabled
2019-05-24 16:55:35 -03:00
Joao Siebel
8ba90b2121
Merge remote-tracking branch 'upstream/master' into network-indicator
2019-05-23 15:42:38 -03:00
Joao Siebel
a2d2dc332f
fix a problem with local stream and update the code
2019-05-23 15:25:31 -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
Anton Georgiev
88cfd6bde8
Merge pull request #7277 from Tainan404/issue-7200
...
Stop webcams when opens audio modal.
2019-05-22 11:36:53 -04:00