add debug log to check recording video state
This commit is contained in:
parent
911a37bec5
commit
f666578872
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue