MediaSFU React Native
    Preparing search index...

    Interface AddVideosGridOptions

    interface AddVideosGridOptions {
        mainGridStreams: (Stream | Participant)[];
        altGridStreams: (Stream | Participant)[];
        numtoadd: number;
        numRows: number;
        numCols: number;
        actualRows: number;
        lastrowcols: number;
        removeAltGrid: boolean;
        parameters: AddVideosGridParameters;
    }
    Index

    Properties

    mainGridStreams: (Stream | Participant)[]
    altGridStreams: (Stream | Participant)[]
    numtoadd: number
    numRows: number
    numCols: number
    actualRows: number
    lastrowcols: number
    removeAltGrid: boolean