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

jingle

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jingle - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

17

lib/mediaSession.js

@@ -94,10 +94,3 @@ var _ = require('underscore');

this.state = 'active';
var constraints = {
mandatory: {
OfferToReceiveAudio: true,
OfferToReceiveVideo: true
},
enableChromeNativeSimulcast: this.setGoogConferenceFlag
};
this.pc.answer(constraints, function (err, answer) {
this.pc.answer(function (err, answer) {
if (err) {

@@ -203,10 +196,2 @@ log(self.sid + ': Could not create WebRTC answer', err);

// grumpy simulcast...
if (this.setGoogConferenceFlag) {
changes.contents.forEach(function (content) {
if (content.name === 'video') {
content.description.googConferenceFlag = true;
}
});
}
this.pc.handleOffer({type: 'offer', jingle: changes}, function (err) {

@@ -213,0 +198,0 @@ if (err) {

4

package.json
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "1.2.1",
"version": "1.2.2",
"author": "Lance Stout <lance@andyet.net>",

@@ -17,3 +17,3 @@ "bugs": "https://github.com/otalk/jingle.js/issues",

"mockconsole": "0.0.1",
"rtcpeerconnection": "^2.6.0",
"rtcpeerconnection": "^2.6.3",
"sdp-jingle-json": "^1.3.0",

@@ -20,0 +20,0 @@ "underscore": "^1.6.0",

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