export interface StudioCall { callId: string; display: string; muted: boolean; number: string; result: boolean; }