mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 02:02:01 +00:00
FS-7509: vid screen share placeholder --args --enable-usermedia-screen-capturing --usermedia-screen-capturing
This commit is contained in:
parent
bc3ee71f87
commit
51f8679c7b
html5/verto/video_demo
3670
html5/verto/video_demo/js/verto-min.js
vendored
3670
html5/verto/video_demo/js/verto-min.js
vendored
File diff suppressed because it is too large
Load Diff
@ -95,7 +95,14 @@ function check_vid_res()
|
||||
$("#webcam").height(vid_height);
|
||||
|
||||
if (verto) {
|
||||
verto.videoParams({"minWidth": vid_width, "minHeight": vid_height, "maxWidth": vid_width, "maxHeight": vid_height, "minFrameRate": 30});
|
||||
verto.videoParams({"minWidth": vid_width,
|
||||
"minHeight": vid_height,
|
||||
"maxWidth": vid_width,
|
||||
"maxHeight": vid_height,
|
||||
"minFrameRate": 30,
|
||||
//chromeMediaSource: 'screen',
|
||||
//mediaSource: 'screen'
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
@ -558,6 +565,8 @@ function init() {
|
||||
"maxWidth": vid_width,
|
||||
"maxHeight": vid_height,
|
||||
"minFrameRate": 30,
|
||||
//chromeMediaSource: 'screen',
|
||||
//mediaSource: 'screen'
|
||||
},
|
||||
audioParams: {
|
||||
googAutoGainControl: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user