Method: Vonage::Voice::DTMF#send
- Defined in:
- lib/vonage/voice/dtmf.rb
#send(id, params) ⇒ Response
Play DTMF tones into a call.
22 23 24 |
# File 'lib/vonage/voice/dtmf.rb', line 22 def send(id, params) request('/v1/calls/' + id + '/dtmf', params: params, type: Put) end |