DynamicIndicatorOptions: { text?: string; timer?: { action?: "start" | "pause" | "resume" | "end"; direction?: "up" | "down"; start?: number; withSound?: boolean; countNegativeAfterAlarm?: boolean; showNotification?: boolean; songChoice?: number }; textColor?: string; borderColor?: string; backgroundColor?: string; textStyle?: "bold" | "italic" }
  • Note: Dynamic indicators must enhance the meeting experience for all participants, such as showing timers or relevant status cues. Promotional content, app install prompts, or distracting visuals (e.g., bright colors or persistent banners) are not allowed. Any misuse of dynamic indicators and the dynamic indicator APIs, as determined by Zoom, may lead to app rejection or removal from the Zoom App Marketplace.

Type declaration

  • Optional text?: string
  • Optional timer?: { action?: "start" | "pause" | "resume" | "end"; direction?: "up" | "down"; start?: number; withSound?: boolean; countNegativeAfterAlarm?: boolean; showNotification?: boolean; songChoice?: number }
    • Optional action?: "start" | "pause" | "resume" | "end"
    • Optional direction?: "up" | "down"
    • Optional start?: number
    • Optional withSound?: boolean
    • Optional countNegativeAfterAlarm?: boolean
    • Optional showNotification?: boolean
    • Optional songChoice?: number
  • Optional textColor?: string
  • Optional borderColor?: string
  • Optional backgroundColor?: string
  • Optional textStyle?: "bold" | "italic"

Generated using TypeDoc