class Bandwidth::Voice::Hangup

The Hangup verb is used to hangup current call

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/hangup.rb, line 9
def to_bxml(xml)
  xml.Hangup()
end