Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Dec 19, 2024
1 parent 6efdba4 commit cb1b514
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react/etc/components-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,6 @@ export function useIsRecording(room?: Room): boolean;
// @public
export function useIsSpeaking(participant?: Participant): boolean;

// Warning: (ae-incompatible-release-tags) The symbol "useKrispNoiseFilter" is marked as @beta, but its signature references "useKrispNoiseFilterOptions" which is marked as @alpha
//
// @beta
export function useKrispNoiseFilter(options?: useKrispNoiseFilterOptions): {
setNoiseFilterEnabled: (enable: boolean) => Promise<void>;
Expand All @@ -899,7 +897,7 @@ export function useKrispNoiseFilter(options?: useKrispNoiseFilterOptions): {
processor: KrispNoiseFilterProcessor | undefined;
};

// @alpha (undocumented)
// @beta (undocumented)
export interface useKrispNoiseFilterOptions {
// @internal (undocumented)
filterOptions?: NoiseFilterOptions;
Expand Down

0 comments on commit cb1b514

Please sign in to comment.