class Bandwidth::Voice::PlayAudio

The PlayAudio verb is used to play an audio file in the call

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/play_audio.rb, line 9
def to_bxml(xml)
  xml.PlayAudio(url, compact_hash({
   'username' => username,
   'password' => password
  }))
end