From f6665788726dc958ceb0b731bbfa1547232e2777 Mon Sep 17 00:00:00 2001 From: Nuwan Date: Mon, 21 Apr 2025 15:19:57 +0530 Subject: [PATCH] add debug log to check recording video state --- .../react-components/SessionRecordingSettings.js.jsx.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee index a4b32e3a6..4fe297451 100644 --- a/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee @@ -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')