Method: Plivo::Resources::CallInterface#stop_play

Defined in:
lib/plivo/resources/calls.rb

#stop_play(call_uuid) ⇒ Object

Parameters:

  • call_uuid (String)


479
480
481
482
# File 'lib/plivo/resources/calls.rb', line 479

def stop_play(call_uuid)
  valid_param?(:call_uuid, call_uuid, [String, Symbol], true)
  Call.new(@_client, resource_id: call_uuid).stop_play
end