Method: Nexmo::Voice::Stream#start
- Defined in:
- lib/nexmo/voice/stream.rb
#start(id, params) ⇒ Response
Play an audio file into a call.
28 29 30 |
# File 'lib/nexmo/voice/stream.rb', line 28 def start(id, params) request('/v1/calls/' + id + '/stream', params: params, type: Put) end |