@zoom/react-native-videosdk
    Preparing search index...

    Type Alias ZoomVideoSdkChatMessageType

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

    Implemented by

    Index

    Properties

    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.

    receiverUser?: ZoomVideoSdkUserType

    The receiving user.

    The sender user.

    timestamp: number

    Time stamp of the transcription message.