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

    Participant information with sentiment data

    interface SummaryParticipant {
        avatarUrl?: string;
        contributions?: string[];
        email?: string;
        isHost?: boolean;
        name: string;
        sentiment?: Sentiment;
        sentimentConfidence?: number;
        speakingPercentage?: number;
        speakingTime?: number;
        userId: string;
    }
    Index

    Properties

    avatarUrl?: string

    Avatar URL (optional)

    contributions?: string[]

    Key contributions or topics mentioned

    email?: string

    Email address (optional)

    isHost?: boolean

    Whether participant was the host

    name: string

    Display name

    sentiment?: Sentiment

    Participant's overall sentiment during the meeting

    sentimentConfidence?: number

    Sentiment confidence (0-1)

    speakingPercentage?: number

    Percentage of total speaking time

    speakingTime?: number

    Speaking time in seconds

    userId: string

    User ID