feat: Add user statuses and cards

This commit is contained in:
2026-04-16 22:52:45 +02:00
parent b4ac0cdc92
commit 2927a86fbb
57 changed files with 1964 additions and 185 deletions

View File

@@ -4,7 +4,7 @@ import type {
ScreenShareState
} from './voice-state.models';
export type UserStatus = 'online' | 'away' | 'busy' | 'offline';
export type UserStatus = 'online' | 'away' | 'busy' | 'offline' | 'disconnected';
export type UserRole = 'host' | 'admin' | 'moderator' | 'member';