Hiyve Components - v1.0.0
    Preparing search index...
    • 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.

      Parameters

      Returns Element | null

      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>
      );
      }