Przeglądaj źródła

feat: Enables simulcast on the mobile app. (#661)

dev1
George Politis 8 lat temu
rodzic
commit
1352cf4d6a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      modules/RTC/RTCBrowserType.js

+ 2
- 1
modules/RTC/RTCBrowserType.js Wyświetl plik

@@ -301,7 +301,8 @@ const RTCBrowserType = {
301 301
         return RTCBrowserType.isChrome()
302 302
             || RTCBrowserType.isFirefox()
303 303
             || RTCBrowserType.isElectron()
304
-            || RTCBrowserType.isNWJS();
304
+            || RTCBrowserType.isNWJS()
305
+            || RTCBrowserType.isReactNative();
305 306
     },
306 307
 
307 308
     supportsRtx() {

Ładowanie…
Anuluj
Zapisz