connectycube
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -153,3 +153,3 @@ const config = require('../cubeConfig'); | ||
if (!Utils.getEnv().reactnative) { | ||
peers.forEach(userId => { | ||
for (let userId in peers) { | ||
const peer = peers[userId]; | ||
@@ -161,3 +161,3 @@ peer.getSenders().map(sender => { | ||
}); | ||
}); | ||
} | ||
} | ||
@@ -164,0 +164,0 @@ } |
{ | ||
"name": "connectycube", | ||
"description": "ConnectyCube chat and video chat JavaScript SDK", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://developers.connectycube.com/reactnative", | ||
@@ -75,3 +75,3 @@ "main": "lib/cubeMain.js", | ||
}, | ||
"gitHead": "ffca98eb52035f7a69a78a2b633236cbe846d555" | ||
"gitHead": "857fcf2cfc7f6b4d601679ce682f54343e0e59d0" | ||
} |
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
1324156
35