MediaSFU React Native
    Preparing search index...

    Interface TranslationSubscribedData

    interface TranslationSubscribedData {
        speakerId: string;
        speakerName?: string;
        language: string;
        channelCreated: boolean;
        producerId?: string;
        originalProducerId?: string;
    }
    Index

    Properties

    speakerId: string
    speakerName?: string
    language: string
    channelCreated: boolean
    producerId?: string
    originalProducerId?: string