Invite phone option

interface InvitePhoneOption {
    callMe?: boolean;
    greeting?: boolean;
    pressingOne?: boolean;
}

Properties

callMe?: boolean

Is call me, phone audio, bound to current user?

greeting?: boolean

Is a greeting required before being connected?

pressingOne?: boolean

Is the user required to press 1 before being connected?