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

    Implements

    Index
    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: ZoomVideoSdkUser | undefined

    The receiving user.

    senderName: string | undefined

    The sender's display name. Always populated; useful when senderUser is missing (e.g. broadcast streaming viewer chats).

    senderUser: ZoomVideoSdkUser | undefined

    The sender user. Absent for chats from a broadcast streaming viewer, where only a display name is available — see senderName.

    timestamp: number

    Time stamp of the transcription message.