@livekit/rtc-node
    Preparing search index...

    Interface Transcription

    interface Transcription {
        participantIdentity: string;
        segments: TranscriptionSegment[];
        trackSid: string;
    }
    Index

    Properties

    participantIdentity: string
    trackSid: string