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,5 +1,5 @@
import type { Room } from '../../../shared-kernel';
import type { VoiceSessionInfo } from './voice-session.models';
import type { Room } from '../../../../shared-kernel';
import type { VoiceSessionInfo } from '../models/voice-session.model';
export function isViewingVoiceSessionServer(
session: VoiceSessionInfo | null,