Starts a one-second meeting progress timer and updates a formatted elapsed-time string.
The timer automatically stops when the current runtime parameters indicate the meeting is no longer validated or no room is active.
Timer start options.
startMeetingProgressTimer({ startTime: Math.floor(Date.now() / 1000), parameters: { validated: true, roomName: 'room123', updateMeetingProgressTime: setMeetingTime, getUpdatedAllParams: () => currentParams, },}); Copy
startMeetingProgressTimer({ startTime: Math.floor(Date.now() / 1000), parameters: { validated: true, roomName: 'room123', updateMeetingProgressTime: setMeetingTime, getUpdatedAllParams: () => currentParams, },});
Starts a one-second meeting progress timer and updates a formatted elapsed-time string.
The timer automatically stops when the current runtime parameters indicate the meeting is no longer validated or no room is active.