ZoomVideoSdkChatMessageType: {
    content: string;
    isChatToAll: boolean;
    isSelfSend: boolean;
    messageID: string;
    receiverUser?: ZoomVideoSdkUserType;
    senderUser: ZoomVideoSdkUserType;
    timestamp: number;
}

Type declaration

  • content: string

    The message content.

  • isChatToAll: boolean

    The message is send to all users or not.

  • isSelfSend: boolean

    The message is send by me or not.

  • messageID: string

    The message ID of the transcription message.

  • OptionalreceiverUser?: ZoomVideoSdkUserType

    The receiving user.

  • senderUser: ZoomVideoSdkUserType

    The sender user.

  • timestamp: number

    Time stamp of the transcription message.

MMNEPVFCICPMFPCPTTAAATR