Const
Shows a reasoned alert when the backend reports that recording has stopped.
Resolves after the alert is dispatched.
await stoppedRecording({ state: 'stop', reason: 'The session ended', showAlert,}); Copy
await stoppedRecording({ state: 'stop', reason: 'The session ended', showAlert,});
Shows a reasoned alert when the backend reports that recording has stopped.