MediaSFU Angular
    Preparing search index...

    Interface OtherGridComponentOptions

    interface OtherGridComponentOptions {
        backgroundColor?: string;
        width?: number;
        height?: number;
        showAspect?: boolean;
        timeBackgroundColor?: string;
        showTimer?: boolean;
        meetingProgressTime?: string;
        containerStyle?: Partial<CSSStyleDeclaration>;
        customTemplate?: TemplateRef<any>;
    }
    Index

    Properties

    backgroundColor?: string
    width?: number
    height?: number
    showAspect?: boolean
    timeBackgroundColor?: string
    showTimer?: boolean
    meetingProgressTime?: string
    containerStyle?: Partial<CSSStyleDeclaration>
    customTemplate?: TemplateRef<any>