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

@huddle01/web-core

Package Overview
Dependencies
Maintainers
6
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/web-core - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

9

dist/LocalPeer.js

@@ -654,3 +654,4 @@ import { Device, detectDevice, } from "mediasoup-client/lib/types";

}
if (this.joined && !this.permissions.canProduce) {
logger.info({ f: this.joined, m: this.permissions.canProduce });
if (this.joined) {
this.stopProducing({

@@ -826,2 +827,5 @@ label: "video",

});
remotePeer.emit("stream-closed", {
label: data.label,
});
this.recvTransport.closeConsumer(data);

@@ -1124,5 +1128,5 @@ };

closeProducerSuccess: async (data) => {
logger.info("✅ Producer Closed", data);
if (this.peerId === data.peerId)
return;
logger.info("✅ Producer Closed", data);
const { peerId, label } = data;

@@ -1135,2 +1139,3 @@ try {

});
logger.info({ consumer });
if (consumer) {

@@ -1137,0 +1142,0 @@ this.recvTransport.closeConsumer({ label, peerId });

@@ -18,2 +18,8 @@ import Consumer from "./Consumer";

];
"stream-stopped": [
data: {
label: string;
consumer: Consumer;
}
];
"stream-closed": [

@@ -20,0 +26,0 @@ data: {

{
"name": "@huddle01/web-core",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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