feat(voice): implement stale speaker management and clear functionality
This commit is contained in:
@@ -24,4 +24,6 @@ export interface ActiveSpeaker {
|
||||
username: string;
|
||||
avatar?: string | null;
|
||||
speaking: boolean;
|
||||
/** Epoch ms of most recent activity. Stale speakers are auto-expired. */
|
||||
lastActiveAt?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user