[mirotalksfu] - force HD Video as default

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-21 21:48:34 +01:00
الأصل 455dbe3351
التزام 29f662cded

عرض الملف

@@ -937,9 +937,12 @@ class RoomClient {
switch (videoQuality.value) {
case 'default':
// This will make the browser use HD Video and 30fps as default.
videoConstraints = {
audio: false,
video: {
width: { ideal: 1280 },
height: { ideal: 720 },
deviceId: deviceId,
aspectRatio: 1.777,
frameRate: frameRate,