export type CreateParticipant = { speaker?: number | null; name: string; };