Bläddra i källkod

Depend on sdp-interop@0.1.2, sdp-transform@1.4.0

j8
George Politis 10 år sedan
förälder
incheckning
1ce22fb8c9
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2
    2
      modules/xmpp/TraceablePeerConnection.js
  2. 2
    2
      package.json

+ 2
- 2
modules/xmpp/TraceablePeerConnection.js Visa fil

@@ -179,7 +179,7 @@ TraceablePeerConnection.prototype.setLocalDescription = function (description, s
179 179
     this.trace('setLocalDescription::preTransform (Plan B)', dumpSDP(description));
180 180
     // if we're running on FF, transform to Plan A first.
181 181
     if (navigator.mozGetUserMedia) {
182
-        description = this.interop.toPlanA(description);
182
+        description = this.interop.toUnifiedPlan(description);
183 183
     } else {
184 184
         description = APP.simulcast.transformLocalDescription(description);
185 185
     }
@@ -206,7 +206,7 @@ TraceablePeerConnection.prototype.setRemoteDescription = function (description,
206 206
     this.trace('setRemoteDescription::preTransform (Plan B)', dumpSDP(description));
207 207
     // if we're running on FF, transform to Plan A first.
208 208
     if (navigator.mozGetUserMedia) {
209
-        description = this.interop.toPlanA(description);
209
+        description = this.interop.toUnifiedPlan(description);
210 210
     }
211 211
     else {
212 212
         description = APP.simulcast.transformRemoteDescription(description);

+ 2
- 2
package.json Visa fil

@@ -18,8 +18,8 @@
18 18
       "events": "*",
19 19
       "pako": "*",
20 20
       "i18next-client": "1.7.7",
21
-      "sdp-interop": "jitsi/sdp-interop#f65fedfe57a",
22
-      "sdp-transform": "1.3.0",
21
+      "sdp-interop": "0.1.2",
22
+      "sdp-transform": "1.4.0",
23 23
       "async": "0.9.0",
24 24
       "retry": "0.6.1"
25 25
   },

Laddar…
Avbryt
Spara