{% extends 'whispeakauth/view/record_audio.html.twig' %} {% block intro %} {% if show_form %}

{% endif %} {{ parent() }} {% endblock %} {% block config_data %} {% if show_form %} $('#username').on('change', function () { $('#record-audio-recordrtc, #btn-start-record, #btn-stop-record, #btn-save-record').off('click', ''); {% endif %} RecordAudio.init( { blockId: '#record-audio-recordrtc', btnStartId: '#btn-start-record', btnStopId: '#btn-stop-record', btnSaveId: '#btn-save-record', plyrPreviewId: '#record-preview', data: { action: 'authentify', username: $('#username').val() } } ); {% if show_form %} }); {% endif %} {% endblock %}