Kaynağa Gözat

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

dev1
George Politis 8 yıl önce
ebeveyn
işleme
1352cf4d6a
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      modules/RTC/RTCBrowserType.js

+ 2
- 1
modules/RTC/RTCBrowserType.js Dosyayı Görüntüle

@@ -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() {

Loading…
İptal
Kaydet