Interface AddVideosGridParameters

interface AddVideosGridParameters {
    audioDecibels: AudioDecibels[];
    participants: Participant[];
    socket: Socket<DefaultEventsMap, DefaultEventsMap>;
    coHostResponsibility: CoHostResponsibility[];
    roomName: string;
    showAlert?: ShowAlert;
    coHost: string;
    member: string;
    eventType: EventType;
    updateAddAltGrid: ((addAltGrid: boolean) => void);
    ref_participants: Participant[];
    islevel: string;
    videoAlreadyOn: boolean;
    localStreamVideo: null | MediaStream;
    keepBackground: boolean;
    virtualStream: null | MediaStream;
    forceFullDisplay: boolean;
    otherGridStreams: CustomMediaComponent[][];
    updateOtherGridStreams: ((otherGridStreams: CustomMediaComponent[][]) => void);
    updateMiniCardsGrid: UpdateMiniCardsGridType;
    getUpdatedAllParams: (() => AddVideosGridParameters);
    updateGridRows: ((rows: number) => void);
    updateGridCols: ((cols: number) => void);
    updateAltGridRows: ((rows: number) => void);
    updateAltGridCols: ((cols: number) => void);
    updateGridSizes: ((gridSizes: GridSizes) => void);
    gridSizes: GridSizes;
    paginationDirection: string;
    paginationHeightWidth: number;
    doPaginate: boolean;
    componentSizes: ComponentSizes;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

audioDecibels: AudioDecibels[]
participants: Participant[]
socket: Socket<DefaultEventsMap, DefaultEventsMap>
coHostResponsibility: CoHostResponsibility[]
roomName: string
showAlert?: ShowAlert
coHost: string
member: string
eventType: EventType
updateAddAltGrid: ((addAltGrid: boolean) => void)
ref_participants: Participant[]
islevel: string
videoAlreadyOn: boolean
localStreamVideo: null | MediaStream
keepBackground: boolean
virtualStream: null | MediaStream
forceFullDisplay: boolean
otherGridStreams: CustomMediaComponent[][]
updateOtherGridStreams: ((otherGridStreams: CustomMediaComponent[][]) => void)
updateMiniCardsGrid: UpdateMiniCardsGridType
getUpdatedAllParams: (() => AddVideosGridParameters)
updateGridRows: ((rows: number) => void)
updateGridCols: ((cols: number) => void)
updateAltGridRows: ((rows: number) => void)
updateAltGridCols: ((cols: number) => void)
updateGridSizes: ((gridSizes: GridSizes) => void)
gridSizes: GridSizes
paginationDirection: string
paginationHeightWidth: number
doPaginate: boolean
componentSizes: ComponentSizes