Skip to content

Commit

Permalink
fix: merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Dec 6, 2024
2 parents bf1ea5c + 7afde15 commit 8fad81d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/roomkit-react/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const NoiseCancellation = ({
return (
<ActionTile.Root
active={isNoiseCancellationEnabled && isKrispPluginAdded}
disable={inProgress}
disabled={inProgress}
onClick={async () => {
await setNoiseCancellationWithPlugin(!isNoiseCancellationEnabled);
setOpenOptionsSheet?.(false);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@100mslive/hms-noise-cancellation@0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@100mslive/hms-noise-cancellation/-/hms-noise-cancellation-0.0.1.tgz#037c8bdfb6b2d7bf12f9d257422150fe6ca43acb"
integrity sha512-DGnzcXRDJREWypIjGX70er+f2k/XLLRF41lrXPs1+PtB1imdEkECPPS0Fg4BA0BCWKDNAGTZBHZPrBDgUmr9Lw==
"@100mslive/hms-noise-cancellation@0.0.2-alpha.9":
version "0.0.2-alpha.9"
resolved "https://registry.yarnpkg.com/@100mslive/hms-noise-cancellation/-/hms-noise-cancellation-0.0.2-alpha.9.tgz#e1aac1c91f1b73da4d2f6d9c121c5ec51d67ebae"
integrity sha512-4iucs7nD+RfyUxk0onU9TvuTFDvfN6SWIy6Hk9g1cGDxlwXvrlVCpqqd11ZSnUdCqMVp9pE4uAogj5PrXwmLrg==

"@100mslive/types-prebuilt@0.12.12":
version "0.12.12"
Expand Down

0 comments on commit 8fad81d

Please sign in to comment.