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.5.0 to 0.5.1

2

dist/webRTCEndpoint.d.ts

@@ -156,3 +156,3 @@ import { SerializedMediaEvent } from "./mediaEvent";

*/
connected: (endpointId: string, otherEndpoints: [Endpoint]) => void;
connected: (endpointId: string, otherEndpoints: Endpoint[]) => void;
/**

@@ -159,0 +159,0 @@ * Emitted when endpoint of this {@link WebRTCEndpoint} instance was removed.

@@ -44,2 +44,3 @@ "use strict";

this.rtcConfig = {
bundlePolicy: "max-bundle",
iceServers: [],

@@ -46,0 +47,0 @@ iceTransportPolicy: "relay",

{
"name": "@jellyfish-dev/membrane-webrtc-js",
"version": "0.5.0",
"version": "0.5.1",
"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