[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2025-10-28 20:36:42 +01:00
parent a0c601fccd
commit 16f4f19899
+1 -1
View File
@@ -6742,7 +6742,7 @@ function getAudioConstraints(deviceId = null) {
* @param {string} type camera/screen default camera
*/
async function setLocalMaxFps(maxFrameRate, type = 'camera') {
if (!useVideo || !localVideoMediaStream || isFirefox) return;
if (!useVideo || isFirefox) return;
const videoTrack = getVideoTrack(localVideoMediaStream);
const screenTrack = getVideoTrack(localScreenMediaStream);