FS-7746 #resolve this should work now

This commit is contained in:
Anthony Minessale
2015-06-30 14:46:57 -05:00
parent 4582498b5e
commit 59d6e6323c
3 changed files with 16 additions and 6 deletions

View File

@@ -179,7 +179,8 @@ function check_vid_res()
"minHeight": vid_height,
"maxWidth": vid_width,
"maxHeight": vid_height,
"minFrameRate": 30,
"minFrameRate": 15,
"vertoBestFrameRate": 30,
//chromeMediaSource: 'screen',
//mediaSource: 'screen'
});
@@ -1165,7 +1166,8 @@ function init() {
"minHeight": vid_height,
"maxWidth": vid_width,
"maxHeight": vid_height,
"minFrameRate": 30,
"minFrameRate": 15,
"vertoBestFrameRate": 30,
//chromeMediaSource: 'screen',
//mediaSource: 'screen'
},