Items API Events
recording:started
Fires when the recording has started.
You would want to be notified about this event firing, because you may want to show an icon to indicate that recording is in progress, for example.
Important Available for Audio or Video Question types only.
Examples
itemsApp.question('[my_response_id]').on('recording:started', function () {
console.log('This code executes when the recording has started.');
});
Related articles
- The
recording:paused
event, the event that occurs when an active recording is paused. - The
recording:resumed
event, the event that occurs when an active recording has resumed recording. - The
recording:stopped
event, the event that occurs when an active recording has stopped recording. - Guidelines for Audio Recording
- Using Video Recorder Questions With Learnosity