Pārlūkot izejas kodu

Merge pull request #357 from bbaldino/disable_rtx_for_ffox

don't add rtx streams on firefox
dev1
George Politis 8 gadus atpakaļ
vecāks
revīzija
1fdcc436f3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      modules/xmpp/TraceablePeerConnection.js

+ 1
- 1
modules/xmpp/TraceablePeerConnection.js Parādīt failu

@@ -541,7 +541,7 @@ TraceablePeerConnection.prototype.createAnswer
541 541
                         dumpSDP(answer));
542 542
                 }
543 543
 
544
-                if (!this.session.room.options.disableRtx) {
544
+                if (!this.session.room.options.disableRtx && !RTCBrowserType.isFirefox()) {
545 545
                     answer.sdp = this.rtxModifier.modifyRtxSsrcs(answer.sdp);
546 546
                     this.trace(
547 547
                         'createAnswerOnSuccess::postTransform (rtx modifier)',

Notiek ielāde…
Atcelt
Saglabāt