MediaSFU Shared
    Preparing search index...

    Interface ConnectRecvTransportParameters

    interface ConnectRecvTransportParameters {
        device: Device | null;
        consumerTransports: Transport[];
        updateConsumerTransports: (transports: Transport[]) => void;
        speakerTranslationStates?: Map<string, SpeakerTranslationState>;
        consumerResume: ConsumerResumeType;
        getUpdatedAllParams: () => ConnectRecvTransportParameters;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    device: Device | null
    consumerTransports: Transport[]
    updateConsumerTransports: (transports: Transport[]) => void
    speakerTranslationStates?: Map<string, SpeakerTranslationState>
    consumerResume: ConsumerResumeType
    getUpdatedAllParams: () => ConnectRecvTransportParameters