Hook for managing recording, intelligence, mood analysis, and streaming features.
Provides:
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.