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

@100mslive/hms-video-store

Package Overview
Dependencies
Maintainers
16
Versions
730
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100mslive/hms-video-store - npm Package Compare versions

Comparing version 0.2.19 to 0.2.20

2

dist/core/IHMSActions.d.ts

@@ -187,3 +187,3 @@ import { HMSConfig, HMSSimulcastLayer, HMSAudioTrackSettings, HMSVideoTrackSettings, HMSLogLevel } from '@100mslive/hms-video';

* @param forRemoteTrackID The track ID or array of track IDs for which you want to change the state
* @param enabled `true` if you wish to enable(unmute) the track, `false` if you wish to disable(mute) the track
* @param enabled `true` if you wish to enable(unmute permission is required) the track, `false` if you wish to disable(mute permission is required) the track
*/

@@ -190,0 +190,0 @@ setRemoteTrackEnabled(forRemoteTrackID: string | string[], enabled: boolean): void;

@@ -165,4 +165,4 @@ import { HMSMessage, HMSPeer, HMSPeerID, HMSRoom, HMSRoomState, HMSStore } from '../schema';

muteAll: boolean;
unmute: boolean;
mute: boolean;
askToUnmute: boolean;
muteSelective: boolean;
changeRole: boolean;

@@ -174,5 +174,5 @@ } | undefined, (res: HMSRole | null) => {

muteAll: boolean;
unmute: boolean;
mute: boolean;
askToUnmute: boolean;
muteSelective: boolean;
changeRole: boolean;
} | undefined>;
{
"version": "0.2.19",
"version": "0.2.20",
"license": "MIT",

@@ -57,7 +57,7 @@ "main": "dist/index.js",

"peerDependencies": {
"@100mslive/hms-video": "^0.0.147",
"@100mslive/hms-video": "^0.0.148",
"events": "^3.3.0"
},
"devDependencies": {
"@100mslive/hms-video": "^0.0.147",
"@100mslive/hms-video": "^0.0.148",
"@size-limit/preset-small-lib": "^4.11.0",

@@ -64,0 +64,0 @@ "events": "^3.3.0",

@@ -216,3 +216,3 @@ import {

* @param forRemoteTrackID The track ID or array of track IDs for which you want to change the state
* @param enabled `true` if you wish to enable(unmute) the track, `false` if you wish to disable(mute) the track
* @param enabled `true` if you wish to enable(unmute permission is required) the track, `false` if you wish to disable(mute permission is required) the track
*/

@@ -219,0 +219,0 @@ setRemoteTrackEnabled(forRemoteTrackID: string | string[], enabled: boolean): void;

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