MediaSFU Shared
    Preparing search index...

    Interface GetVideosOptions

    interface GetVideosOptions {
        participants: Participant[];
        allVideoStreams: (Participant | Stream)[];
        oldAllStreams: (Participant | Stream)[];
        adminVidID?: string;
        updateAllVideoStreams: (streams: (Participant | Stream)[]) => void;
        updateOldAllStreams: (streams: (Participant | Stream)[]) => void;
    }
    Index

    Properties

    participants: Participant[]
    allVideoStreams: (Participant | Stream)[]
    oldAllStreams: (Participant | Stream)[]
    adminVidID?: string
    updateAllVideoStreams: (streams: (Participant | Stream)[]) => void
    updateOldAllStreams: (streams: (Participant | Stream)[]) => void