Procházet zdrojové kódy

feat(RTC): enable remote mute/unmute event support for React Native

dev1
Saúl Ibarra Corretgé před 8 roky
rodič
revize
90f51c61f3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/browser/BrowserCapabilities.js

+ 1
- 1
modules/browser/BrowserCapabilities.js Zobrazit soubor

@@ -80,7 +80,7 @@ export default class BrowserCapabilities extends BrowserDetection {
80 80
      * otherwise.
81 81
      */
82 82
     supportsVideoMuteOnConnInterrupted() {
83
-        return this.isChrome() || this.isElectron();
83
+        return this.isChrome() || this.isElectron() || this.isReactNative();
84 84
     }
85 85
 
86 86
     /**

Načítá se…
Zrušit
Uložit