Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connectycube

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connectycube - npm Package Compare versions

Comparing version 3.20.2 to 3.21.0

10

lib/videocalling_conference/cubeConferenceSession.js

@@ -167,2 +167,3 @@ const Utils = require('../cubeInternalUtils');

this.currentUserDisplayName = void 0
await this._detachVideoConferencingPlugin()
await this._destroy()

@@ -193,2 +194,11 @@ if (this.localStream) {

_detachVideoConferencingPlugin() {
return new Promise((resolve, reject) => {
this._clientConf.detachVideoConferencingPlugin({
success: resolve,
error: reject
})
})
}
stopLocalStreamTracks(isIgnoreAudioTrack = false) {

@@ -195,0 +205,0 @@ const isReactNative = Utils.getEnv().reactnative;

4

package.json
{
"name": "connectycube",
"description": "ConnectyCube chat and video chat JavaScript SDK",
"version": "3.20.2",
"version": "3.21.0",
"homepage": "https://developers.connectycube.com/reactnative",

@@ -84,3 +84,3 @@ "main": "lib/cubeMain.js",

},
"gitHead": "c0c926fa8343361294d8d7aa36d70d2dacbe6d79"
"gitHead": "3dc0dbae9a45ed328b7938052f60c952297ebe10"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc