rtcpeerconnection
Advanced tools
Comparing version 2.6.3 to 2.6.4
{ | ||
"name": "rtcpeerconnection", | ||
"version": "2.6.3", | ||
"version": "2.6.4", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js", |
@@ -344,3 +344,4 @@ var _ = require('underscore'); | ||
var groups = answer.jingle.contents[1].description.sourceGroups || []; | ||
if (groups.length === 0) { // FIXME: should check for SIM group exist | ||
if (groups.length === 0 && // FIXME: should check for SIM group exist | ||
answer.jingle.contents[1].description.sources.length) { | ||
var newssrc = JSON.parse(JSON.stringify(answer.jingle.contents[1].description.sources[0])); | ||
@@ -347,0 +348,0 @@ newssrc.ssrc = '' + Math.floor(Math.random() * 0xffffffff); // FIXME: look for conflicts |
Sorry, the diff of this file is too big to display
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
4053
152856
11