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

connectycube

Package Overview
Dependencies
Maintainers
1
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.5.0 to 3.5.1

7

lib/videocalling/cubeRTCPeerConnection.js

@@ -72,6 +72,5 @@ const config = require('../cubeConfig');

RTCPeerConnection.prototype.setRemoteSessionDescription = function (type, remoteSessionDescription) {
const desc = new RTCSessionDescription({ sdp: remoteSessionDescription, type: type });
desc.sdp = setMediaBitrate(desc.sdp, 'video', this.delegate.bandwidth);
const desc = new RTCSessionDescription({
sdp: setMediaBitrate(remoteSessionDescription, 'video', this.delegate.bandwidth),
type: type });
return this.setRemoteDescription(desc);

@@ -78,0 +77,0 @@ };

{
"name": "connectycube",
"description": "ConnectyCube chat and video chat JavaScript SDK",
"version": "3.5.0",
"version": "3.5.1",
"homepage": "https://developers.connectycube.com/reactnative",

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

},
"gitHead": "e66ebfcb4a4599315dfa930a4e90d8d3cb6f98b5"
"gitHead": "ae4f82b2488c3bff2fdd1571980b299f1ea9a819"
}

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