Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

apiUrl?: string

文件上传地址。

body?: { filename: string; type: string; url: string }

消息体。

Type declaration

  • filename: string

    文件名。

  • type: string

    文件类型。

  • url: string

    文件 URL。

chatType: ChatType

会话类型。

ext?: {}

消息扩展。

Type declaration

  • [key: string]: any
file: FileObj

文件对象。

fileInputId?: string

上传文件的 input ID。

file_length?: number

视频文件大小。

filename: string

文件名。

from?: string

消息发送方,只能是当前用户,无法修改。

group?: string

是否是群聊。

id: string

消息 ID。

isChatThread?: boolean

消息是否为子区消息

length?: number

视频时长。

msgConfig?: { allowGroupAck: boolean }

群组会话时是否需返回已读回执。

Type declaration

  • allowGroupAck: boolean
priority?: MessagePriority

消息优先级

roomType?: boolean
deprecated

会话类型是否是聊天室。

time: number

时间。

to: string

消息的接收方。

type: "video"

消息类型。

Methods

  • fail(): void
  • onFileUploadComplete(data: any): void
  • onFileUploadError(error: any): void
  • onFileUploadProgress(data: any): void
  • success(): void

Generated using TypeDoc