MediaSFU React Native (Expo)
    Preparing search index...

    Interface TranslationMeta

    Translation metadata passed with translation producers

    interface TranslationMeta {
        speakerId: string;
        speakerName: string;
        language: string;
        originalProducerId?: string;
        isSpeakerControlled?: boolean;
    }
    Index

    Properties

    speakerId: string
    speakerName: string
    language: string
    originalProducerId?: string
    isSpeakerControlled?: boolean