Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Function event_caption_message

    • Parameters

      • payload: {
            avatar?: string;
            displayName: string;
            done?: boolean;
            language: LiveTranscriptionLanguageCode;
            msgId: string;
            source: LiveTranscriptionMessageSource;
            text: string;
            timestamp: number;
            userId: number;
        }
        • Optionalavatar?: string

          Avatar.

        • displayName: string

          Display name.

        • Optionaldone?: boolean

          Whether the sentence is done.

        • language: LiveTranscriptionLanguageCode

          Language code of the live translation.

        • msgId: string

          Message ID.

        • source: LiveTranscriptionMessageSource

          Source of the live transcription message.

        • text: string

          Text content.

        • timestamp: number

          Timestamp.

        • userId: number

          User sending the message.

      Returns void