VideoClose.ts 171 B

1234567891011
  1. interface VideoClose {
  2. chatId: string
  3. fromId: string
  4. peerId?: string
  5. //时间戳
  6. timestamp?: number
  7. //消息类型
  8. type: string
  9. }
  10. export default VideoClose