Socket
Socket
Sign inDemoInstall

@ciscospark/media-engine-webrtc

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/media-engine-webrtc - npm Package Compare versions

Comparing version 1.47.3 to 1.47.6

9

dist/engine.js

@@ -271,2 +271,8 @@ 'use strict';

* Peer Connection
* Explicitly set Plan B. RTCPeerConnections generate and expect the standards compliant SDP format
* called "Unified Plan", unless "Plan B" is explicitly specified by passing {sdpSemantics:'plan-b'}
* to the RTCPeerConnection constructor.
*
* chrome://flags/#webrtc-unified-plan-by-default
* https://docs.google.com/document/d/1-ZfikoUtoJa9k-GZG1daN0BU3IjIanQ_JSscHxQesvU/edit?usp=sharing
* @type {RTCPeerConnection}

@@ -303,3 +309,4 @@ */

iceServers: [],
bundlePolicy: 'max-compat'
bundlePolicy: 'max-compat',
sdpSemantics: 'plan-b'
});

@@ -306,0 +313,0 @@

2

package.json
{
"name": "@ciscospark/media-engine-webrtc",
"version": "1.47.3",
"version": "1.47.6",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -94,2 +94,8 @@ import {debounce} from 'lodash-decorators';

* Peer Connection
* Explicitly set Plan B. RTCPeerConnections generate and expect the standards compliant SDP format
* called "Unified Plan", unless "Plan B" is explicitly specified by passing {sdpSemantics:'plan-b'}
* to the RTCPeerConnection constructor.
*
* chrome://flags/#webrtc-unified-plan-by-default
* https://docs.google.com/document/d/1-ZfikoUtoJa9k-GZG1daN0BU3IjIanQ_JSscHxQesvU/edit?usp=sharing
* @type {RTCPeerConnection}

@@ -99,3 +105,4 @@ */

iceServers: [],
bundlePolicy: 'max-compat'
bundlePolicy: 'max-compat',
sdpSemantics: 'plan-b'
});

@@ -102,0 +109,0 @@

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