Interface MeetingParticipant

interface MeetingParticipant {
    email?: string;
    phone?: string;
    userId?: string;
}

Properties

Properties

email?: string
phone?: string
userId?: string