stopRecording()
Stop the current recording segment. Pair every startRecording call with a corresponding stopRecording.
await chiasm.stopRecording();
Throws if the tracker has not been initialized.
stopRecording()Stop the current recording segment. Pair every startRecording call with a corresponding stopRecording.
await chiasm.stopRecording();
Throws if the tracker has not been initialized.