connectycube
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "connectycube", | ||
"description": "ConnectyCube JavaScript SDK", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"homepage": "https://connectycube.com/developers/#/Javascript/", | ||
@@ -46,3 +46,4 @@ "main": "src/cubeMain.js", | ||
"sdp-transform": "^2.4.1", | ||
"strophe.js": "1.2.12" | ||
"strophe.js": "1.2.12", | ||
"fbemitter": "^2.1.1" | ||
}, | ||
@@ -49,0 +50,0 @@ "devDependencies": { |
'use strict'; | ||
var config = { | ||
version: '1.1.0', | ||
version: '1.2.0', | ||
creds: { | ||
@@ -32,9 +32,9 @@ appId: '', | ||
{ | ||
'url': 'stun:stun.l.google.com:19302' | ||
'urls': 'stun:stun.l.google.com:19302' | ||
}, | ||
{ | ||
'url': 'stun:turn.connectycube.com' | ||
'urls': 'stun:turn.connectycube.com' | ||
}, | ||
{ | ||
'url': 'turn:turn.connectycube.com:5349', | ||
'urls': 'turn:turn.connectycube.com:5349', | ||
'username': 'connectycube', | ||
@@ -41,0 +41,0 @@ 'credential': '4c29501ca9207b7fb9c4b4b6b04faeb1' |
@@ -52,10 +52,16 @@ 'use strict'; | ||
if( Utils.isWebRTCAvailble() ) { | ||
// p2p calls client | ||
var WebRTCClient = require('./videocalling/cubeWebRTCClient'); | ||
this.videochat = new WebRTCClient(this.service, this.chat.connection); | ||
this.chat.webrtcSignalingProcessor = this.videochat.signalingProcessor; | ||
// conf calls client | ||
this.videochatconference = require('./videocalling_conference/cubeVideoCallingConference'); | ||
} else { | ||
this.videochat = false; | ||
this.videochatconference = false; | ||
} | ||
} else { | ||
this.videochat = false; | ||
this.videochatconference = false; | ||
} | ||
@@ -156,3 +162,3 @@ | ||
CB.ConnectyCube = ConnectyCube; | ||
module.exports = CB; |
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
1128242
32
10000
9
4
+ Addedfbemitter@^2.1.1
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedfbemitter@2.1.1(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)