add debug log to check recording video state

This commit is contained in:
Nuwan 2025-04-21 15:19:57 +05:30
parent 911a37bec5
commit f666578872
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ mixins.push(Reflux.listenTo(RecordingStore, "onRecordingStateChanged"))
mixins: mixins
onExternalVideoStateChanged: (videoState) ->
console.log('_REC_ onExternalVideoStateChanged', videoState);
$root = $(this.getDOMNode())
if videoState.videoEnabled
$root.find('#recording-input-both').attr('disabled', false).iCheck('update').iCheck('uncheck')