NotifyNow - isVoiceCapable(String userID)
Checks if a user is able to make voice calls.
| Name | Type | Description |
|---|---|---|
| userID | String | The sys_id of the user you want to check for a voice-call capable phone number. |
| Type | Description |
|---|---|
| boolean | Whether the user has a voice-call capable phone number. |
gs.log('the user is able to send SMS messages (e.g. has a SMS device): ' +
((new SNC.NotifyNow().isVoiceCapable('someuserid')) ? 'yes' : 'no'));