Interface AddVideosGridOptions

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

Properties

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