InterfaceAttendeeResponse

interface AttendeeResponse {
    attendee_id: string;
    external_user_id: string;
    join_token: string;
}

Properties

attendee_id: string
external_user_id: string
join_token: string