'use client'
import { useState } from 'react'
const PARTICIPANTS = [
{ id: 1, name: 'You', initials: 'ME', color: '#C9A84C', muted: false, camera: true, speaking: true },
{ id: 2, name: 'Sarah Chen', initials: 'SC', color: '#6366f1', muted: false, camera: true, speaking: false },
{ id: 3, name: 'Marcus Williams', initials: 'MW', color: '#22cVideoCallUI