Method: FreeswitchApplications#start_recording

Defined in:
lib/freeswitch_applications.rb

#start_recording(file_name) ⇒ Object

Starts recording the call in file in file_name



64
65
66
# File 'lib/freeswitch_applications.rb', line 64

def start_recording(file_name)
  execute_app('record_session', file_name)
end