lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.26.0
- old
+ new
@@ -73,12 +73,12 @@
# file, this should be `GET` so that we can cache the file.
# @param [Boolean] early_media Whether to allow an agent to hear the state of the
# outbound call, including ringing or disconnect messages. Can be: `true` or
# `false` and defaults to `true`.
# @param [String] max_participants The maximum number of participants in the
- # conference. Can be a positive integer from `2` to `10`. The default value is
- # `10`.
+ # conference. Can be a positive integer from `2` to `250`. The default value is
+ # `250`.
# @param [String] conference_record Whether to record the conference the
# participant is joining. Can be: `true`, `false`, `record-from-start`, and
# `do-not-record`. The default value is `false`.
# @param [String] conference_trim Whether to trim leading and trailing silence
# from your recorded conference audio files. Can be: `trim-silence` or
@@ -437,11 +437,11 @@
)
end
##
# Deletes the ParticipantInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
@version.delete('delete', @uri)
end
##
@@ -655,10 +655,10 @@
)
end
##
# Deletes the ParticipantInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
context.delete
end
##
\ No newline at end of file