Type alias NEMeetingChatMessage

NEMeetingChatMessage: {
    fromAvatar: string;
    fromNick: string;
    fromUserUuid: string;
    messageType: NEMeetingChatMessageType;
    messageUuid: string;
    time: number;
    toUserUuidList: string[];
}

Type declaration

  • fromAvatar: string

    发送者头像

  • fromNick: string

    发送者昵称

  • fromUserUuid: string

    发送者 id

  • messageType: NEMeetingChatMessageType

    消息类型

  • messageUuid: string

    消息唯一 id

  • time: number

    发送时间,单位毫秒

  • toUserUuidList: string[]

    接收者 id