NotifyNow - isVoiceCapable()
Checks if the telephone number associated with the Twilio account is capable of setting up phone calls.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| Boolean | Whether the telephone number associated with the Twilio account is capable of setting up phone calls. |
gs.log('the Twilio number is Voice capable: ' + ((new SNC.NotifyNow().isVoiceCapable()) ? 'yes' : 'no'));