提交 7733ff58 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-8641 #resolve [Make frame rate configurable]

上级 6b8a6005
......@@ -560,10 +560,8 @@
if (bestFrameRate) {
video.optional.push({minFrameRate: bestFrameRate});
if (bestFrameRate < 30) {
video.optional.push({maxFrameRate: bestFrameRate});
}
}
} else {
console.log("Camera Disabled");
......
......@@ -39,7 +39,7 @@
googEchoCancellation: true,
autoBand: true,
testSpeedJoin: true,
bestFrameRate: 15
bestFrameRate: "15"
};
data.$default(defaultSettings);
......
This diff was suppressed by a .gitattributes entry.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论