connectycube
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "connectycube", | ||
"description": "ConnectyCube JavaScript SDK", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"homepage": "https://connectycube.com/developers/#/Javascript/", | ||
@@ -26,6 +26,6 @@ "main": "src/cubeMain.js", | ||
"maintainers": [ | ||
"Cube JS Team <js@connectycube.com>" | ||
"Cube JS Team <support@connectycube.com>" | ||
], | ||
"contributors": [ | ||
"Cube JS Team <js@connectycube.com>" | ||
"Cube JS Team <support@connectycube.com>" | ||
], | ||
@@ -32,0 +32,0 @@ "repository": { |
@@ -52,4 +52,8 @@ # Overview | ||
# Contribution | ||
See more information at [CONTRIBUTING.md](.github/CONTRIBUTING.md) | ||
# License | ||
Apache 2.0 |
'use strict'; | ||
var config = { | ||
version: '1.0.2', | ||
version: '1.1.0', | ||
creds: { | ||
@@ -33,2 +33,10 @@ appId: '', | ||
'url': 'stun:stun.l.google.com:19302' | ||
}, | ||
{ | ||
'url': 'stun:turn.connectycube.com' | ||
}, | ||
{ | ||
'url': 'turn:turn.connectycube.com:5349', | ||
'username': 'connectycube', | ||
'credential': '4c29501ca9207b7fb9c4b4b6b04faeb1' | ||
} | ||
@@ -35,0 +43,0 @@ ] |
@@ -114,6 +114,6 @@ 'use strict'; | ||
cbRequest.headers[Utils.fromBase64("UUItU0RL")] = 'JS ' + config.version + ' - Client'; | ||
cbRequest.headers["CB-SDK"] = 'JS ' + config.version + ' - Client'; | ||
if(cbSessionToken) { | ||
cbRequest.headers[Utils.fromBase64("UUItVG9rZW4=")] = cbSessionToken; | ||
cbRequest.headers["CB-Token"] = cbSessionToken; | ||
} | ||
@@ -120,0 +120,0 @@ } |
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
932569
6423
59