MediaSFU Shared
    Preparing search index...

    Function startMeetingProgressTimer

    • 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.

      Parameters

      Returns void

      startMeetingProgressTimer({
      startTime: Math.floor(Date.now() / 1000),
      parameters: {
      validated: true,
      roomName: 'room123',
      updateMeetingProgressTime: setMeetingTime,
      getUpdatedAllParams: () => currentParams,
      },
      });