MediaSFU ReactJS
    Preparing search index...

    Interface OtherGridComponentOptions

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

    Properties

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