diff --git a/modules/browser/BrowserCapabilities.js b/modules/browser/BrowserCapabilities.js index 8b0693a9c9..142428a305 100644 --- a/modules/browser/BrowserCapabilities.js +++ b/modules/browser/BrowserCapabilities.js @@ -146,7 +146,11 @@ export default class BrowserCapabilities extends BrowserDetection { // this is not working on Safari because of the following bug // https://bugs.webkit.org/show_bug.cgi?id=215567 - && !this.isWebKitBased(); + && !this.isWebKitBased() + + // Calling this API on Firefox is causing freezes when the local endpoint is the answerer. + // https://bugzilla.mozilla.org/show_bug.cgi?id=1917800 + && !this.isFirefox(); } /**