interface VideoClose { chatId: string fromId: string peerId?: string //时间戳 timestamp?: number //消息类型 type: string } export default VideoClose