MediaSFU Shared
    Preparing search index...

    Interface TranslationUnsubscribedOptions

    interface TranslationUnsubscribedOptions {
        data: TranslationUnsubscribedData;
        updateListenPreferences?: (
            updater: (prev: Map<string, string>) => Map<string, string>,
        ) => void;
        stopConsumingTranslation?: (
            speakerId: string,
            language: string,
        ) => Promise<void>;
    }
    Index

    Properties

    updateListenPreferences?: (
        updater: (prev: Map<string, string>) => Map<string, string>,
    ) => void
    stopConsumingTranslation?: (
        speakerId: string,
        language: string,
    ) => Promise<void>