recording.resumed - Events - Questions API

Questions API Events

recording:resumed

Fires when a paused recording has resumed actively recording.

You would want to be notified about this event firing, because you may want to remove the paused status overlay, for example.

Important Available for Audio or Video Question types only.

Examples

itemsApp.question('[my_response_id]').on('recording:resumed', function () {
    console.log('This code executes when the recording has resumed.');
});

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.