FS-7509: vid screen share placeholder --args --enable-usermedia-screen-capturing --usermedia-screen-capturing
This commit is contained in:
parent
bc3ee71f87
commit
51f8679c7b
File diff suppressed because it is too large
Load Diff
|
@ -95,7 +95,14 @@ function check_vid_res()
|
||||||
$("#webcam").height(vid_height);
|
$("#webcam").height(vid_height);
|
||||||
|
|
||||||
if (verto) {
|
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,
|
"maxWidth": vid_width,
|
||||||
"maxHeight": vid_height,
|
"maxHeight": vid_height,
|
||||||
"minFrameRate": 30,
|
"minFrameRate": 30,
|
||||||
|
//chromeMediaSource: 'screen',
|
||||||
|
//mediaSource: 'screen'
|
||||||
},
|
},
|
||||||
audioParams: {
|
audioParams: {
|
||||||
googAutoGainControl: false,
|
googAutoGainControl: false,
|
||||||
|
|
Loading…
Reference in New Issue