Explorar el Código

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

tags/v0.0.2
Saúl Ibarra Corretgé hace 8 años
padre
commit
90f51c61f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/browser/BrowserCapabilities.js

+ 1
- 1
modules/browser/BrowserCapabilities.js Ver fichero

@@ -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
     /**

Loading…
Cancelar
Guardar