[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-11-30 00:18:53 +01:00
الأصل c0bd3e12a3
التزام cd327ec956

عرض الملف

@@ -1031,11 +1031,14 @@ class RoomClient {
break;
case 'fhd':
videoConstraints = {
width: { exact: 1920 },
height: { exact: 1080 },
deviceId: deviceId,
aspectRatio: 1.777,
frameRate: frameRate,
audio: false,
video: {
width: { exact: 1920 },
height: { exact: 1080 },
deviceId: deviceId,
aspectRatio: 1.777,
frameRate: frameRate,
}
}; // video cam constraints very high bandwidth
break;
case '2k':