VideoBusy.ts 101 B

123456
  1. interface VideoBusy {
  2. chatId: string
  3. fromId: string
  4. peerId?: string
  5. }
  6. export default VideoBusy