@signalwire/js
Advanced tools
Comparing version 3.28.0-dev.202411271437.84aaad9.0 to 3.28.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 |
@@ -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
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
32080
3128097
+ Added@signalwire/core@4.2.0-dev.202412101601.5e45391.0(transitive)
- Removed@signalwire/core@4.2.0-dev.202411271437.84aaad9.0(transitive)
- Removed@signalwire/webrtc@3.12.2-dev.202411271437.84aaad9.0(transitive)
- Removedsdp@3.2.0(transitive)