Hook for managing recording, intelligence, mood analysis, and streaming features.
This hook extracts recording/intelligence feature logic from ControlBar, providing:
const { featureMode, handleRecordRoomStart, handleIntelligenceStart, isRecordRoomDisabled,} = useRecordingFeatures({ isRecording, isRecordingStarting, startRecording, stopRecording, moodAnalysis,}); Copy
const { featureMode, handleRecordRoomStart, handleIntelligenceStart, isRecordRoomDisabled,} = useRecordingFeatures({ isRecording, isRecordingStarting, startRecording, stopRecording, moodAnalysis,});
Hook for managing recording, intelligence, mood analysis, and streaming features.