Comparing version 1.5.3 to 1.5.4
@@ -305,2 +305,3 @@ var util = require('util'); | ||
var newDesc = this.pc.remoteDescription; | ||
var contents = changes.contents || []; | ||
this.pc.remoteDescription.contents.forEach(function (content, idx) { | ||
@@ -311,3 +312,3 @@ var desc = content.description; | ||
changes.contents.forEach(function (newcontent) { | ||
contents.forEach(function (newcontent) { | ||
if (content.name !== newcontent.name) { | ||
@@ -375,2 +376,3 @@ return; | ||
var newDesc = this.pc.remoteDescription; | ||
var contents = changes.contents || []; | ||
this.pc.remoteDescription.contents.forEach(function (content, idx) { | ||
@@ -381,3 +383,3 @@ var desc = content.description; | ||
changes.contents.forEach(function (newcontent) { | ||
contents.forEach(function (newcontent) { | ||
if (content.name !== newcontent.name) { | ||
@@ -384,0 +386,0 @@ return; |
{ | ||
"name": "jingle", | ||
"description": "Generic Jingle via WebRTC session manager.", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"author": "Lance Stout <lance@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/otalk/jingle.js/issues", |
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
87744
2516