MediaSFU Angular
    Preparing search index...

    Interface MeetingProgressTimerOptions

    interface MeetingProgressTimerOptions {
        meetingProgressTime: string;
        initialBackgroundColor?: string;
        position?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft";
        textStyle?: { [key: string]: string | number };
        showTimer?: boolean;
    }
    Index

    Properties

    meetingProgressTime: string
    initialBackgroundColor?: string
    position?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft"
    textStyle?: { [key: string]: string | number }
    showTimer?: boolean