Hiyve Components - v1.0.0
    Preparing search index...
    • Returns true if the meeting starts within ±windowMinutes of now, or is currently in progress. Use to decide whether to show a Start/Join button.

      Parameters

      • meeting: Pick<SchedulingMeeting, "status" | "startTime">

        Meeting to check.

      • windowMinutes: number = 10

        Minutes before and after start to consider "near".

      Returns boolean

      10