client volumes and dominant client
All checks were successful
Deploy / deploy (push) Successful in 34s

This commit is contained in:
2026-01-29 21:34:46 +06:00
parent 595354b7f0
commit f4fd752448
3 changed files with 38 additions and 5 deletions

View File

@@ -118,6 +118,8 @@ export interface ServerToClientEvents {
consumerResumed: (arg: { consumerId: string }) => void
consumerScore: (arg: { consumerId: string, score: types.ConsumerScore }) => void
clientChanged: (clientId: ChadClient['socketId'], client: ChadClient) => void
speakingPeers: (arg: { clientId: ChadClient['socketId'], volume: types.AudioLevelObserverVolume['volume'] }[]) => void
activeSpeaker: (clientId?: ChadClient['socketId']) => void
}
export interface InterServerEvent {}