ParticipantSection displays meeting participants with their sentiment and speaking time
<ParticipantSection participants={[ { userId: '1', name: 'Alice', sentiment: 'positive', speakingPercentage: 45 }, { userId: '2', name: 'Bob', sentiment: 'neutral', speakingPercentage: 30 }, ]}/> Copy
<ParticipantSection participants={[ { userId: '1', name: 'Alice', sentiment: 'positive', speakingPercentage: 45 }, { userId: '2', name: 'Bob', sentiment: 'neutral', speakingPercentage: 30 }, ]}/>
ParticipantSection displays meeting participants with their sentiment and speaking time