@signalwire/core
Advanced tools
Comparing version 4.2.0-dev.202411271437.84aaad9.0 to 4.2.0-dev.202412101601.5e45391.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41434
2835446