FS-7509: vid screen share placeholder --args --enable-usermedia-screen-capturing --usermedia-screen-capturing

This commit is contained in:
Anthony Minessale 2014-12-06 11:40:44 -06:00 committed by Michael Jerris
parent bc3ee71f87
commit 51f8679c7b
2 changed files with 229 additions and 3452 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,