class Bandwidth::Voice::PauseRecording

The PauseRecording verb is used to pause recording in a call

Public Instance Methods

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