Commit f6df842a authored by Dele Olajide's avatar Dele Olajide Committed by dele

Jitsi Videobridge plugin - improved screen capture resolution

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13875 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6d64e0e9
......@@ -176,7 +176,10 @@ function getConstraints(um, resolution, bandwidth, fps)
if (um.indexOf('screen') >= 0) {
window.RTC.rayo.constraints.video = {
"mandatory": {
"chromeMediaSource": "screen"
"chromeMediaSource": "screen",
"maxWidth": "1280",
"maxHeight": "1280",
"maxFrameRate": "30"
}
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment