Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomMonthlyActivity

    Monthly activity enriched with server-side session counts.

    interface RoomMonthlyActivity {
        files: number;
        label: string;
        month: string;
        recordings: number;
        sessions: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    files: number

    Total files created/modified in this month.

    label: string

    Human-readable label (e.g. "Apr '26").

    month: string

    Year-month key (e.g. "2026-04").

    recordings: number

    Recording files created/modified in this month.

    sessions: number

    Number of sessions held in this month (from the server).