NotifyNow - isVoiceCapable(文字列 userID)

  • リリースバージョン: Washingtondc
  • 更新日 2024年02月01日
  • 読む1読むのに数分
  • ユーザーが音声通話を行うことができるかどうかを確認します。

    表 : 1. パラメーター
    名前 タイプ 説明
    userID 文字列 音声通話対応の電話番号を確認する対象となるユーザーの sys_id です。
    表 : 2. 返される内容
    タイプ 説明
    ブーリアン ユーザーが音声通話対応の電話番号を持っているかどうか。
    gs.log('the user is able to send SMS messages (e.g. has a SMS device): ' + 
         ((new SNC.NotifyNow().isVoiceCapable('someuserid')) ? 'yes' : 'no'));