Emitted when a recording has failed due to an unexpected error.
{ "type": "recordingFailed" }
sambaFrame.on('recordingFailed', (event) => { console.log('Recording has failed'); });
Last updated 1 year ago