@zoom/react-native-videosdk
    Preparing search index...
    type ZoomVideoSdkLiveTranscriptionMessageInfoType = {
        messageContent: string;
        messageID: string;
        messageType: LiveTranscriptionOperationType;
        speakerID: string;
        speakerName: string;
        timeStamp: string;
    }

    Implemented by

    Index

    Properties

    messageContent: string

    Content of the transcription message.

    messageID: string

    ID of the transcription message.

    Type of transcription message.

    speakerID: string

    Speaker ID of the transcription message.

    speakerName: string

    Speaker name of the transcription message.

    timeStamp: string

    Time stamp of the transcription message.