MediaSFU ReactJS
    Preparing search index...

    Interface MainGridComponentOptions

    interface MainGridComponentOptions {
        children: ReactNode;
        backgroundColor: string;
        mainSize: number;
        height: number;
        width: number;
        showAspect?: boolean;
        timeBackgroundColor?: string;
        showTimer?: boolean;
        meetingProgressTime: string;
        timerComponent?: ComponentType<MeetingProgressTimerOptions>;
    }
    Index

    Properties

    children: ReactNode
    backgroundColor: string
    mainSize: number
    height: number
    width: number
    showAspect?: boolean
    timeBackgroundColor?: string
    showTimer?: boolean
    meetingProgressTime: string
    timerComponent?: ComponentType<MeetingProgressTimerOptions>