MediaSFU Shared
    Preparing search index...

    Interface TranslationProducerClosedData

    interface TranslationProducerClosedData {
        speakerId: string;
        language: string;
        producerId: string;
        reason?: string;
    }
    Index

    Properties

    speakerId: string
    language: string
    producerId: string
    reason?: string