MakePhoneCallOptions: { phoneNumber: string; callerId: string; autoDial: boolean }

Type declaration

  • phoneNumber: string

    (E164 number format expected)

  • callerId: string

    The selected outbound callerid of the person making the call

  • autoDial: boolean

    Allows for autodial when set to true

Generated using TypeDoc