Configuration options
Optional
deprecatedLegacyContext: anyRendered meeting progress timer badge
Optional
propUsed to declare the types of the props accepted by the component. These types will be checked during rendering and in development only.
We recommend using TypeScript instead of checking prop types at runtime.
Optional
contextOptional
defaultUsed to define default values for the props accepted by the component.
Optional
displayUsed in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
MeetingProgressTimer - Elapsed meeting time display badge
MeetingProgressTimer is a React Native component that displays the elapsed time of a meeting in a colored badge positioned at one of four screen corners. The timer updates automatically as the meeting progresses and is commonly overlaid on video grids.
Key Features:
UI Customization: This component's styling can be customized via the provided props. For complete replacement, the parent grid component can be overridden via uiOverrides.
Component
Example
Example
Example