bn.makePhoneCall
▸ makePhoneCall(phoneNumber): Promise<{}>
description make phone call
example
bn.makePhoneCall({
phoneNumber: “911”
success: console.log
})
Parameters
| Name | Type | Description |
|---|---|---|
phoneNumber | Object | - |
phoneNumber.phoneNumber | string | the phone number you want to call |
Returns
Promise<{}>
empty object