import { MoodAnalysisProvider } from '@hiyve/react-intelligence';
import { SentimentDashboard } from '@hiyve/react-intelligence';
function MeetingRoom() {
return (
<MoodAnalysisProvider enabled={true}>
<SentimentDashboard
isVisible={true}
showRoomOverview
showParticipants
showHeatmap
autoSave
/>
</MoodAnalysisProvider>
);
}
SentimentDashboard provides a comprehensive view of meeting sentiment
Integrates with @hiyve/react-intelligence to display real-time and historical sentiment data for all meeting participants.