Skip to content

Commit

Permalink
Merge pull request #2155 from 100mslive/qa
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
KaustubhKumar05 authored Apr 18, 2024
2 parents c09f6c7 + 48cca60 commit 0403b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ So you don't have to copy paste common content multiple times.
## 🥵 Components

Components is what makes this docs standout
All Components mentioned are already auto imported so you don't need to do them.
All Components mentioned are auto imported.

Here's some of them added and can be easily added:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This guide provides an overview of usage of the noise suppression plugin of 100m

## Pre-requisites

Minimum version requirement for `hms-video-store` - 0.11.7

**Get the 100ms noise cancellation Package**

```bash section=GetHMSNoiseCancellationPackage sectionIndex=1
Expand Down Expand Up @@ -53,7 +55,7 @@ const plugin = new HMSKrispPlugin();
// check if audio track is available
const localAudioTrack = hmsStore.getState(selectLocalAudioTrackID);
let inProgress = false;
hmsStore.subscribe((isPluginAdded) => {
hmsStore.subscribe(async (isPluginAdded) => {
if(!isPluginAdded && !inProgress) {
inProgress = true;
await hmsActions.addPluginToAudioTrack(plugin);
Expand Down

0 comments on commit 0403b71

Please sign in to comment.