lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.40.2 vs lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.40.3
- old
+ new
@@ -55,10 +55,11 @@
# @param [String] status_callback_event The call progress events that we will send
# to the `status_callback` URL. Can be: `initiated`, `ringing`, `answered`, and
# `completed`. If no event is specified, we send the `completed` status. If you
# want to receive multiple events, specify each one in a separate
# `status_callback_event` parameter. See the code sample for [monitoring call
- # progress](https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json). If an `application_sid` is present, this parameter is ignored.
+ # progress](https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-and-specify-a-statuscallbackevent&code-sdk-version=json).
+ # If an `application_sid` is present, this parameter is ignored.
# @param [String] status_callback_method The HTTP method we should use when
# calling the `status_callback` URL. Can be: `GET` or `POST` and the default is
# `POST`. If an `application_sid` parameter is present, this parameter is ignored.
# @param [String] send_digits A string of keys to dial after connecting to the
# number, maximum of 32 digits. Valid digits in the string include: any digit
\ No newline at end of file