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

@webex/webrtc-core

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/webrtc-core - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

16

dist/types/media/local-stream.d.ts

@@ -13,2 +13,6 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events';

export declare type TrackEffect = BaseEffect;
declare type EffectItem = {
name: string;
effect: TrackEffect;
};
/**

@@ -57,2 +61,8 @@ * A stream which originates on the local device.

/**
* Get the readyState of the input track on this stream.
*
* @returns The readyState of the track.
*/
get readyState(): string;
/**
* Change the track of the output stream to a different track.

@@ -85,2 +95,8 @@ *

/**
* Get all the effects from the effects list.
*
* @returns A list of effect items, each containing the name and the effect itself.
*/
getAllEffects(): EffectItem[];
/**
* Cleanup the local effects.

@@ -87,0 +103,0 @@ */

@@ -48,2 +48,8 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events';

/**
* Get the ID of the output stream.
*
* @returns The ID of the output stream.
*/
get id(): string;
/**
* Check whether or not this stream is muted.

@@ -50,0 +56,0 @@ *

2

package.json
{
"name": "@webex/webrtc-core",
"version": "2.1.0",
"version": "2.2.0",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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