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 1.37.5 to 1.37.6

10

dist/types/index.d.ts
import { ConnectionState, LocalTrack } from '@webex/webrtc-core';
export { AudioDeviceConstraints, ConnectionState, LocalCameraTrack, LocalDisplayTrack, LocalMicrophoneTrack, LocalTrack, LocalTrackEvents, TrackEndEvent, TrackMuteEvent, TrackPublishEvent, VideoDeviceConstraints, WcmeError, createCameraTrack, createDisplayTrack, createMicrophoneTrack, getAudioInputDevices, getAudioOutputDevices, getDevices, getVideoInputDevices, setOnDeviceChangeHandler } from '@webex/webrtc-core';
import { StreamId, SourceState, Policy, PolicySpecificInfo, CodecInfo, JmpScrRequest, ActiveSpeakerNotificationMsg, MediaType, Source } from '@webex/json-multistream';
import { StreamId, SourceState, Policy, PolicySpecificInfo, CodecInfo, JmpScrRequest, ActiveSpeakerNotificationMsg, MediaContent, MediaType, Source } from '@webex/json-multistream';
export { SourceState } from '@webex/json-multistream';

@@ -50,3 +50,4 @@ import TypedEmitter, { EventMap } from 'typed-emitter';

private _stream;
currentRxCsi?: number;
private _sourceState;
private _currentRxCsi?;
constructor(idGetter: () => ReceiveSlotId | null, track: MediaStreamTrack);

@@ -62,2 +63,3 @@ private addTrackHandlers;

get stream(): MediaStream;
get currentRxCsi(): number | undefined;
}

@@ -122,4 +124,4 @@

[MultistreamConnectionEventNames.ActiveSpeakerNotification]: (msg: ActiveSpeakerNotificationMsg) => void;
[MultistreamConnectionEventNames.VideoSourceCountUpdate]: (numTotalSources: number, numLiveSources: number) => void;
[MultistreamConnectionEventNames.AudioSourceCountUpdate]: (numTotalSources: number, numLiveSources: number) => void;
[MultistreamConnectionEventNames.VideoSourceCountUpdate]: (numTotalSources: number, numLiveSources: number, mediaContent: MediaContent) => void;
[MultistreamConnectionEventNames.AudioSourceCountUpdate]: (numTotalSources: number, numLiveSources: number, mediaContent: MediaContent) => void;
[MultistreamConnectionEventNames.ConnectionStateUpdate]: (state: ConnectionState) => void;

@@ -126,0 +128,0 @@ }

2

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

@@ -5,0 +5,0 @@ "source": "src/index.ts",

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