class Aws::Connect::Client

def stop_contact_streaming(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • stop_contact_streaming(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactStreaming - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :streaming_id (required, String) --
  • :contact_id (required, String) --
  • :instance_id (required, String) --
def stop_contact_streaming(params = {}, options = {})
  req = build_request(:stop_contact_streaming, params)
  req.send_request(options)
end