Update call view icons

This commit is contained in:
ayumi-signal
2024-11-13 09:39:43 -08:00
committed by GitHub
parent 5762c8a37f
commit be8da842b8
10 changed files with 23 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ export const CALLING_REACTIONS_LIFETIME = 4000;
// once presentation is complete
export enum CallViewMode {
Paginated = 'Paginated',
Overflow = 'Overflow',
Sidebar = 'Sidebar',
Speaker = 'Speaker',
Presentation = 'Presentation',
}