MediaSFU Angular
    Preparing search index...

    Interface BreakoutRoomsModalOptions

    interface BreakoutRoomsModalOptions {
        isVisible: boolean;
        parameters: BreakoutRoomsModalParameters;
        position?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft";
        backgroundColor?: string;
        onBreakoutRoomsClose: () => void;
        overlayStyle?: Partial<CSSStyleDeclaration>;
        contentStyle?: Partial<CSSStyleDeclaration>;
        customTemplate?: any;
    }
    Index

    Properties

    isVisible: boolean
    position?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft"
    backgroundColor?: string
    onBreakoutRoomsClose: () => void
    overlayStyle?: Partial<CSSStyleDeclaration>
    contentStyle?: Partial<CSSStyleDeclaration>
    customTemplate?: any