export type Participant = { id: string; speaker: number | null; name: string; };