This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import type * as mediasoupClient from 'mediasoup-client'
|
||||
|
||||
export interface RemoteClient {
|
||||
id: string
|
||||
username: string
|
||||
}
|
||||
|
||||
export interface ChadClient extends RemoteClient {
|
||||
isMe?: boolean
|
||||
consumerIds: mediasoupClient.types.Consumer['id'][]
|
||||
isMe: boolean
|
||||
inputMuted?: boolean
|
||||
outputMuted?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user