refactor: stricter domain: voice-session

This commit is contained in:
2026-04-11 15:12:54 +02:00
parent 7a0664b3c4
commit 52912327ae
9 changed files with 30 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
import { STORAGE_KEY_VOICE_SETTINGS } from '../../../core/constants';
import { STORAGE_KEY_VOICE_SETTINGS } from '../../../../core/constants';
import {
DEFAULT_LATENCY_PROFILE,
DEFAULT_SCREEN_SHARE_QUALITY,
@@ -6,7 +6,7 @@ import {
SCREEN_SHARE_QUALITIES,
type LatencyProfile,
type ScreenShareQuality
} from '../../../shared-kernel';
} from '../../../../shared-kernel';
export interface VoiceSettings {
inputDevice: string;