MediaSFU Shared
    Preparing search index...

    Interface UpdateLiveSubtitlesOptions

    interface UpdateLiveSubtitlesOptions {
        currentSubtitles: Map<string, LiveSubtitle>;
        transcript: TranslationTranscriptData;
        now?: number;
    }
    Index

    Properties

    currentSubtitles: Map<string, LiveSubtitle>
    now?: number