Interface AddVideosGridOptions

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

Properties

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