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

@signalwire/js

Package Overview
Dependencies
Maintainers
0
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalwire/js - npm Package Compare versions

Comparing version 3.28.0-dev.202411271437.84aaad9.0 to 3.28.0-dev.202412101601.5e45391.0

8

dist/core/src/types/index.d.ts

@@ -38,2 +38,8 @@ import type { EventEmitter } from '../utils/EventEmitter';

readonly cameraLabel: string | null;
/** Provides access to the local [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream) */
readonly localStream: MediaStream | undefined;
/** Indicates if there is any receiving audio */
readonly withAudio: boolean;
/** Indicates if there is any receiving video */
readonly withVideo: boolean;
/**

@@ -44,4 +50,2 @@ * Provides access to the local audio

readonly localAudioTrack: MediaStreamTrack | null;
/** Provides access to the local [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream) */
readonly localStream: MediaStream | undefined;
/**

@@ -48,0 +52,0 @@ * Provides access to the local video

@@ -75,8 +75,6 @@ import { BaseComponent, BaseComponentOptions, BaseConnectionState, Rooms, EventEmitter, BaseConnectionContract, WebRTCMethod } from '@signalwire/core';

get microphoneLabel(): string | null;
/** @internal */
get withAudio(): boolean;
/** @internal */
get withVideo(): boolean;
get localAudioTrack(): MediaStreamTrack | null;
get localVideoTrack(): MediaStreamTrack | null;
get localAudioTrack(): MediaStreamTrack | null;
get peer(): RTCPeer<EventTypes> | undefined;

@@ -83,0 +81,0 @@ set peer(rtcPeer: RTCPeer<EventTypes> | undefined);

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "3.28.0-dev.202411271437.84aaad9.0",
"version": "3.28.0-dev.202412101601.5e45391.0",
"main": "dist/index.js",

@@ -43,4 +43,4 @@ "module": "dist/index.esm.js",

"dependencies": {
"@signalwire/core": "4.2.0-dev.202411271437.84aaad9.0",
"@signalwire/webrtc": "3.12.2-dev.202411271437.84aaad9.0",
"@signalwire/core": "4.2.0-dev.202412101601.5e45391.0",
"@signalwire/webrtc": "3.13.0-dev.202412101601.5e45391.0",
"jwt-decode": "^3.1.2"

@@ -47,0 +47,0 @@ },

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 too big to display

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