mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 21:01:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24915b0485 |
@@ -4,7 +4,7 @@ import { useIsAnalyticsEnabled } from '@/features/analytics/hooks/useIsAnalytics
|
|||||||
import { isMobileBrowser } from '@livekit/components-core'
|
import { isMobileBrowser } from '@livekit/components-core'
|
||||||
|
|
||||||
export const useNoiseReductionAvailable = () => {
|
export const useNoiseReductionAvailable = () => {
|
||||||
const featureEnabled = useFeatureFlagEnabled(FeatureFlags.faceLandmarks)
|
const featureEnabled = useFeatureFlagEnabled(FeatureFlags.noiseReduction)
|
||||||
const isAnalyticsEnabled = useIsAnalyticsEnabled()
|
const isAnalyticsEnabled = useIsAnalyticsEnabled()
|
||||||
|
|
||||||
const isMobile = isMobileBrowser()
|
const isMobile = isMobileBrowser()
|
||||||
|
|||||||
Reference in New Issue
Block a user