class Bandwidth::Voice::ResumeRecording

The ResumeRecording verb is used to resume recording in a call

Public Instance Methods

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