meetingProgressTime
meetingProgressTime: string
OptionalinitialBackgroundColor
initialBackgroundColor?: string
Optionalposition
position?:
| "topLeft"
| "topRight"
| "bottomLeft"
| "bottomRight"
OptionaltextStyle
textStyle?: CSSProperties
OptionalshowTimer
showTimer?: boolean
OptionalcontainerProps
containerProps?: HTMLAttributes<HTMLDivElement>
OptionalbadgeProps
badgeProps?: HTMLAttributes<HTMLDivElement>
OptionaltextProps
textProps?: HTMLAttributes<HTMLSpanElement>
OptionalrenderBadge
renderBadge?: ((options: {
defaultBadge: ReactNode;
showTimer: boolean;
}) => ReactNode)
OptionalrenderContainer
renderContainer?: ((options: {
defaultContainer: ReactNode;
}) => ReactNode)