@100mslive/hms-video-store
Advanced tools
Comparing version 0.2.19 to 0.2.20
@@ -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; |
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
1096499