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

@signalwire/core

Package Overview
Dependencies
Maintainers
0
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalwire/core - npm Package Compare versions

Comparing version 4.2.0-dev.202411271437.84aaad9.0 to 4.2.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

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

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

@@ -9,0 +9,0 @@ "module": "dist/index.esm.js",

@@ -63,2 +63,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
/**

@@ -69,4 +75,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
/**

@@ -73,0 +77,0 @@ * Provides access to the local video

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