Type Alias MeetingParticipantPhoneCalloutAcceptedEvent
MeetingParticipantPhoneCalloutAcceptedEvent: Event< "meeting.participant_phone_callout_accepted",> & { event: string; event_ts: number; payload: { account_id: string; object: { host_id: string; id: number; participant: { invitee_name: string; phone_number: number }; uuid: string; }; };}