MediaSFU Shared
    Preparing search index...

    Interface TranslationSpeakerOutputChangedData

    interface TranslationSpeakerOutputChangedData {
        speakerId: string;
        speakerName: string;
        inputLanguage: string;
        outputLanguage: string | null;
        originalProducerId: string;
        enabled: boolean;
    }
    Index

    Properties

    speakerId: string
    speakerName: string
    inputLanguage: string
    outputLanguage: string | null
    originalProducerId: string
    enabled: boolean