lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.17.0 vs lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.18.0
- old
+ new
@@ -105,14 +105,13 @@
# @param [String] machine_detection_timeout The number of seconds that Twilio
# should attempt to perform answering machine detection before timing out and
# firing a voice request with `AnsweredBy` of `unknown`. Defaults to 30 seconds.
# @param [String] recording_status_callback_event The recording status events that
# will trigger Twilio to send webhooks on to the URL specified in
- # `RecordingStatusCallback`. The available values are `in-progress`, `completed`,
- # and `failed`. Defaults are `completed` and `failed`. To specify multiple values,
- # separate them with a space. If any values are specified, the defaults are no
- # longer applicable.
+ # `RecordingStatusCallback`. The available values are `in-progress`, `completed`
+ # and `absent`. Defaults to `completed`. To specify multiple values, separate them
+ # with a space.
# @param [String] trim `trim-silence` or `do-not-trim`. Set this parameter to
# define whether leading and trailing silence is trimmed from the recording.
# Defaults to `trim-silence`.
# @param [String] caller_id The phone number, SIP address, or Client identifier
# that made this Call. Phone numbers are in [E.164
@@ -326,10 +325,11 @@
CallPage.new(@version, response, @solution)
end
##
# Access the feedback_summaries
- # @param [String] sid The sid
+ # @param [String] sid A 34 character string that uniquely identifies this
+ # resource.
# @return [FeedbackSummaryList]
# @return [FeedbackSummaryContext] if sid was passed.
def feedback_summaries(sid=:unset)
raise ArgumentError, 'sid cannot be nil' if sid.nil?
\ No newline at end of file