[mirotalksfu] - force HD Video as default
هذا الالتزام موجود في:
@@ -937,9 +937,12 @@ class RoomClient {
|
|||||||
|
|
||||||
switch (videoQuality.value) {
|
switch (videoQuality.value) {
|
||||||
case 'default':
|
case 'default':
|
||||||
|
// This will make the browser use HD Video and 30fps as default.
|
||||||
videoConstraints = {
|
videoConstraints = {
|
||||||
audio: false,
|
audio: false,
|
||||||
video: {
|
video: {
|
||||||
|
width: { ideal: 1280 },
|
||||||
|
height: { ideal: 720 },
|
||||||
deviceId: deviceId,
|
deviceId: deviceId,
|
||||||
aspectRatio: 1.777,
|
aspectRatio: 1.777,
|
||||||
frameRate: frameRate,
|
frameRate: frameRate,
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم