Преглед на файлове

fix: Only advertise opus-red if the browser supports it.

master
Boris Grozev преди 4 години
родител
ревизия
4a98a10630
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      modules/xmpp/xmpp.js

+ 1
- 1
modules/xmpp/xmpp.js Целия файл

@@ -150,7 +150,7 @@ export default class XMPP extends Listenable {
150 150
         if (!this.options.disableRtx) {
151 151
             this.caps.addFeature('urn:ietf:rfc:4588');
152 152
         }
153
-        if (this.options.enableOpusRed === true) {
153
+        if (this.options.enableOpusRed === true && browser.supportsAudioRed()) {
154 154
             this.caps.addFeature('http://jitsi.org/opus-red');
155 155
         }
156 156
 

Loading…
Отказ
Запис