Skip to content

Commit

Permalink
Merge branch 'dev' into fix/ISS-30637-ua-upgrade-macos-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Dec 6, 2024
2 parents b03a92c + 7afde15 commit 8afc1ef
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/[email protected].8":
version "0.0.2-alpha.8"
resolved "https://registry.yarnpkg.com/@100mslive/hms-noise-cancellation/-/hms-noise-cancellation-0.0.2-alpha.8.tgz#0cdd4801ad0a85e7c09ad7fe760840d897619ba3"
integrity sha512-1NKK3P+8Mb/lQMuDu3+VOEwFjMhGD5yiz94C6c2yVpv7/q3n6XDbkdTycnmWNpoOqW5AfMPr8DtxD/dYQkhUOA==
"@100mslive/[email protected].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/[email protected]":
version "0.12.12"
Expand Down

0 comments on commit 8afc1ef

Please sign in to comment.