Meeting Progress Timer
class MeetingProgressTimer(options: MeetingProgressTimerOptions) : BaseMediaSfuUIComponent, StylableComponent
MeetingProgressTimer - A UI component for displaying meeting progress and elapsed time.
This component provides:
Real-time meeting timer display
Elapsed time tracking
Meeting duration limits
Customizable time format
Pause/resume functionality
Visual progress indicators
Properties
Functions
Link copied to clipboard
Apply a style to this component.
Link copied to clipboard
Get the formatted remaining time string.
Link copied to clipboard
Get the formatted elapsed time string.
Link copied to clipboard
Get the progress percentage (if duration limit is set).
Link copied to clipboard
Get the remaining time (if duration limit is set).
Link copied to clipboard
Check if the meeting duration limit has been reached.