Comparing version 1.2.1 to 1.2.2
@@ -94,10 +94,3 @@ var _ = require('underscore'); | ||
this.state = 'active'; | ||
var constraints = { | ||
mandatory: { | ||
OfferToReceiveAudio: true, | ||
OfferToReceiveVideo: true | ||
}, | ||
enableChromeNativeSimulcast: this.setGoogConferenceFlag | ||
}; | ||
this.pc.answer(constraints, function (err, answer) { | ||
this.pc.answer(function (err, answer) { | ||
if (err) { | ||
@@ -203,10 +196,2 @@ log(self.sid + ': Could not create WebRTC answer', err); | ||
// grumpy simulcast... | ||
if (this.setGoogConferenceFlag) { | ||
changes.contents.forEach(function (content) { | ||
if (content.name === 'video') { | ||
content.description.googConferenceFlag = true; | ||
} | ||
}); | ||
} | ||
this.pc.handleOffer({type: 'offer', jingle: changes}, function (err) { | ||
@@ -213,0 +198,0 @@ if (err) { |
{ | ||
"name": "jingle", | ||
"description": "Generic Jingle via WebRTC session manager.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Lance Stout <lance@andyet.net>", | ||
@@ -17,3 +17,3 @@ "bugs": "https://github.com/otalk/jingle.js/issues", | ||
"mockconsole": "0.0.1", | ||
"rtcpeerconnection": "^2.6.0", | ||
"rtcpeerconnection": "^2.6.3", | ||
"sdp-jingle-json": "^1.3.0", | ||
@@ -20,0 +20,0 @@ "underscore": "^1.6.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47729
1090
Updatedrtcpeerconnection@^2.6.3