Kaynağa Gözat

Require FF 40 or above for a good experience.

j8
gpolitis 10 yıl önce
ebeveyn
işleme
b0d2a79873
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      modules/RTC/RTCUtils.js

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

@@ -130,7 +130,7 @@ function RTCUtils(RTCService)
130 130
     if (navigator.mozGetUserMedia) {
131 131
         console.log('This appears to be Firefox');
132 132
         var version = parseInt(navigator.userAgent.match(/Firefox\/([0-9]+)\./)[1], 10);
133
-        if (version >= 38
133
+        if (version >= 40
134 134
             && !config.enableSimulcast && config.useBundle && config.useRtcpMux) {
135 135
             this.peerconnection = mozRTCPeerConnection;
136 136
             this.browser = RTCBrowserType.RTC_BROWSER_FIREFOX;

Loading…
İptal
Kaydet