Socket
Socket
Sign inDemoInstall

@jellyfish-dev/membrane-webrtc-js

Package Overview
Dependencies
5
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

7

dist/membrane-webrtc-js.d.ts

@@ -239,8 +239,3 @@ import TypedEmitter from 'typed-emitter';

/**
* Returns a snapshot of currently received remote tracks.
*
* @example
* if (webRTCEndpoint.getRemoteTracks()[trackId]?.simulcastConfig?.enabled) {
* webRTCEndpoint.setTargetTrackEncoding(trackId, encoding);
* }
* Returns a snapshot of currently received remote endpoints.
*/

@@ -247,0 +242,0 @@ getRemoteEndpoints(): Record<string, Endpoint>;

12

dist/membrane-webrtc-js.js

@@ -531,8 +531,3 @@ var E = Object.defineProperty;

/**
* Returns a snapshot of currently received remote tracks.
*
* @example
* if (webRTCEndpoint.getRemoteTracks()[trackId]?.simulcastConfig?.enabled) {
* webRTCEndpoint.setTargetTrackEncoding(trackId, encoding);
* }
* Returns a snapshot of currently received remote endpoints.
*/

@@ -625,3 +620,3 @@ getRemoteEndpoints() {

const t = this.commandsQueue.shift();
t && (this.ongoingRenegotiation = !0, this.handleCommand(t));
t && this.handleCommand(t);
}

@@ -637,2 +632,3 @@ addTrackCommandHandler(t) {

throw "Cannot add tracks before being accepted by the server";
this.ongoingRenegotiation = !0;
const k = new g(this.localEndpoint, o, r, e);

@@ -849,3 +845,3 @@ this.localEndpoint.tracks.set(o, k), k.track = i, k.stream = a, k.maxBandwidth = n, this.localTrackIdToTrack.set(o, k), this.connection && (this.addTrackToConnection(k), this.connection.getTransceivers().forEach(

const { trackId: e } = t, n = this.localTrackIdToTrack.get(e), i = this.findSender(n.track.id);
this.connection.removeTrack(i);
this.ongoingRenegotiation = !0, this.connection.removeTrack(i);
const a = l({ type: "renegotiateTracks" });

@@ -852,0 +848,0 @@ this.sendMediaEvent(a), this.localTrackIdToTrack.delete(e), this.localEndpoint.tracks.delete(e);

{
"name": "@jellyfish-dev/membrane-webrtc-js",
"version": "0.6.1",
"version": "0.6.2",
"description": "JS/TS client library for Membrane RTC Engine.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc