front update
All checks were successful
Deploy / deploy (push) Successful in 1m38s

This commit is contained in:
Никита Круглицкий
2025-10-05 21:43:28 +06:00
parent 1ea3b2d376
commit fb5b42e9db
17 changed files with 873 additions and 154 deletions

7
client/shared/types.ts Normal file
View File

@@ -0,0 +1,7 @@
import type * as mediasoupClient from 'mediasoup-client'
export interface Client {
id: string
username: string
consumers: mediasoupClient.types.Consumer['id'][]
}