mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
feat(voice): enable web camera background effects (#2408)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
import {webCameraSegmentationRuntimeAvailable} from '@app/features/voice/utils/camera-effects/WebCameraBackgroundSupport';
|
||||
|
||||
export function areVoiceBackgroundsAvailable(): boolean {
|
||||
return false;
|
||||
return webCameraSegmentationRuntimeAvailable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user