MediaSFU Shared
    Preparing search index...

    Function stoppedRecording

    • Shows a reasoned alert when the backend reports that recording has stopped.

      Parameters

      Returns Promise<void>

      Resolves after the alert is dispatched.

      await stoppedRecording({
      state: 'stop',
      reason: 'The session ended',
      showAlert,
      });