lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.27.1 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.28.0

- old
+ new

@@ -370,11 +370,11 @@ end ## # Update the ParticipantInstance # @param [Boolean] muted Whether the participant should be muted. Can be `true` or - # `false. `true` will mute the participant, and `false` will un-mute them. + # `false`. `true` will mute the participant, and `false` will un-mute them. # Anything value other than `true` or `false` is interpreted as `false`. # @param [Boolean] hold Whether the participant should be on hold. Can be: `true` # or `false`. `true` puts the participant on hold, and `false` lets them rejoin # the conference. # @param [String] hold_url The URL we call using the `hold_method` for music that @@ -602,10 +602,10 @@ end ## # Update the ParticipantInstance # @param [Boolean] muted Whether the participant should be muted. Can be `true` or - # `false. `true` will mute the participant, and `false` will un-mute them. + # `false`. `true` will mute the participant, and `false` will un-mute them. # Anything value other than `true` or `false` is interpreted as `false`. # @param [Boolean] hold Whether the participant should be on hold. Can be: `true` # or `false`. `true` puts the participant on hold, and `false` lets them rejoin # the conference. # @param [String] hold_url The URL we call using the `hold_method` for music that \ No newline at end of file