Comparing version 1.11.3 to 1.11.4
{ | ||
"name": "webrtc", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "webrtc", |
@@ -79,2 +79,4 @@ var util = require('util'); | ||
if (message.type === 'offer') { | ||
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1064247 | ||
message.payload.sdp = message.payload.sdp.replace('a=fmtp:0 profile-level-id=0x42e00c;packetization-mode=1\r\n', ''); | ||
this.pc.handleOffer(message.payload, function (err) { | ||
@@ -81,0 +83,0 @@ if (err) { |
Sorry, the diff of this file is too big to display
164167
4362