Hiyve Components - v1.0.0
    Preparing search index...

    Room-level metrics

    interface RoomMetrics {
        averageEngagement: number;
        dominantEmotion: SentimentEmotionType;
        participantCount: number;
        timestamp: number;
    }
    Index

    Properties

    averageEngagement: number

    Average engagement across all participants

    dominantEmotion: SentimentEmotionType

    Most common emotion in the room

    participantCount: number

    Number of active participants

    timestamp: number

    Timestamp of metrics