MediaSFU Shared
    Preparing search index...

    Interface ResumeSendTransportAudioParameters

    interface ResumeSendTransportAudioParameters {
        audioProducer: Producer<AppData> | null;
        localAudioProducer?: Producer<AppData> | null;
        islevel: string;
        hostLabel: string;
        lock_screen: boolean;
        shared: boolean;
        videoAlreadyOn: boolean;
        updateAudioProducer: (audioProducer: Producer<AppData> | null) => void;
        updateLocalAudioProducer?: (
            localAudioProducer: Producer<AppData> | null,
        ) => void;
        updateUpdateMainWindow: (updateMainWindow: boolean) => void;
        prepopulateUserMedia: PrepopulateUserMediaType;
        prepopulateLocalUserMedia?: PrepopulateUserMediaType;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    audioProducer: Producer<AppData> | null
    localAudioProducer?: Producer<AppData> | null
    islevel: string
    hostLabel: string
    lock_screen: boolean
    shared: boolean
    videoAlreadyOn: boolean
    updateAudioProducer: (audioProducer: Producer<AppData> | null) => void
    updateLocalAudioProducer?: (
        localAudioProducer: Producer<AppData> | null,
    ) => void
    updateUpdateMainWindow: (updateMainWindow: boolean) => void
    prepopulateUserMedia: PrepopulateUserMediaType
    prepopulateLocalUserMedia?: PrepopulateUserMediaType