connectycube
Advanced tools
Comparing version 3.20.2 to 3.21.0
@@ -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; |
{ | ||
"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
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
1483494
10018