Browse Source

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

tags/v0.0.2
Saúl Ibarra Corretgé 8 years ago
parent
commit
90f51c61f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/browser/BrowserCapabilities.js

+ 1
- 1
modules/browser/BrowserCapabilities.js View File

80
      * otherwise.
80
      * otherwise.
81
      */
81
      */
82
     supportsVideoMuteOnConnInterrupted() {
82
     supportsVideoMuteOnConnInterrupted() {
83
-        return this.isChrome() || this.isElectron();
83
+        return this.isChrome() || this.isElectron() || this.isReactNative();
84
     }
84
     }
85
 
85
 
86
     /**
86
     /**

Loading…
Cancel
Save