lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.50.0 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.51.0
- old
+ new
@@ -105,11 +105,11 @@
# @param [String] conference_status_callback_method The HTTP method we should use
# to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to
# `POST`.
# @param [Array[String]] conference_status_callback_event The conference state
# changes that should generate a call to `conference_status_callback`. Can be:
- # `start`, `end`, `join`, `leave`, `mute`, `hold`, and `speaker`. Separate
- # multiple values with a space. Defaults to `start end`.
+ # `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`, and `announcement`.
+ # Separate multiple values with a space. Defaults to `start end`.
# @param [String] recording_channels The recording channels for the final
# recording. Can be: `mono` or `dual` and the default is `mono`.
# @param [String] recording_status_callback The URL that we should call using the
# `recording_status_callback_method` when the recording status changes.
# @param [String] recording_status_callback_method The HTTP method we should use
\ No newline at end of file