Socket
Socket
Sign inDemoInstall

@webex/web-client-media-engine

Package Overview
Dependencies
Maintainers
7
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/web-client-media-engine - npm Package Compare versions

Comparing version 3.21.0 to 3.22.0

18

dist/types/index.d.ts

@@ -18,3 +18,3 @@ import { LocalStream, ConnectionState, ConnectionType, media } from '@webex/webrtc-core';

}
declare type EncodingParams = {
type EncodingParams = {
maxPayloadBitsPerSecond?: number;

@@ -62,5 +62,5 @@ maxFs?: number;

declare type OveruseUpdateCallback = (state: OveruseState) => void;
type OveruseUpdateCallback = (state: OveruseState) => void;
declare type ReceiveSlotId = StreamId;
type ReceiveSlotId = StreamId;
declare function compareReceiveSlotIds(id1: ReceiveSlotId, id2: ReceiveSlotId): boolean;

@@ -115,3 +115,3 @@ declare enum ReceiveSlotEvents {

declare type StatsMap = Map<string, any>;
type StatsMap = Map<string, any>;

@@ -231,5 +231,5 @@ declare abstract class Transceiver {

declare type BundlePolicy = 'max-bundle' | 'max-compat';
type BundlePolicy = 'max-bundle' | 'max-compat';
declare type MetricsCallback = (logData: LogData) => void;
type MetricsCallback = (logData: LogData) => void;

@@ -247,3 +247,4 @@ declare enum MultistreamConnectionEventNames {

SetLocalDescriptionOnSuccess = "setlocaldescriptiononsuccess",
SetRemoteDescriptionOnSuccess = "setremotedescriptiononsuccess"
SetRemoteDescriptionOnSuccess = "setremotedescriptiononsuccess",
IceCandidateError = "icecandidateerror"
}

@@ -262,4 +263,5 @@ interface MultistreamConnectionEvents extends EventMap {

[MultistreamConnectionEventNames.SetRemoteDescriptionOnSuccess]: (description: RTCSessionDescriptionInit) => void;
[MultistreamConnectionEventNames.IceCandidateError]: (error: RTCPeerConnectionIceErrorEvent) => void;
}
declare type MultistreamConnectionOptions = {
type MultistreamConnectionOptions = {
disableSimulcast: boolean;

@@ -266,0 +268,0 @@ bundlePolicy: BundlePolicy;

{
"name": "@webex/web-client-media-engine",
"version": "3.21.0",
"version": "3.22.0",
"description": "Web Client Media Engine is common web code for interacting with the multistream media server.",

@@ -63,3 +63,3 @@ "source": "src/index.ts",

"@webex/web-capabilities": "^1.3.0",
"@webex/webrtc-core": "2.8.0",
"@webex/webrtc-core": "2.10.0",
"@webex/web-media-effects": "^2.15.6",

@@ -66,0 +66,0 @@ "async": "^3.2.4",

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 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