mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-7746 #resolve this should work now
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
Reference in New Issue
Block a user