Quellcode durchsuchen

[RN] Prefer H.264

j8
Lyubo Marinov vor 8 Jahren
Ursprung
Commit
bc5d92a452
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      react/features/base/lib-jitsi-meet/reducer.js

+ 2
- 1
react/features/base/lib-jitsi-meet/reducer.js Datei anzeigen

@@ -39,7 +39,8 @@ const INITIAL_STATE = {
39 39
         // place). Fortunately, these pieces of JavaScript currently involve
40 40
         // third parties and we can temporarily disable them (until we implement
41 41
         // an alternative to async script elements on React Native).
42
-        disableThirdPartyRequests: true
42
+        disableThirdPartyRequests: true,
43
+        preferH264: true
43 44
     },
44 45
     initializationError: null,
45 46
     initialized: false

Laden…
Abbrechen
Speichern