lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.9.0 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.10.0

- old
+ new

@@ -297,11 +297,11 @@ # `false`. # @param [Boolean] hold Specifying `true` will hold the participant, while `false` # will un-hold. # @param [String] hold_url The 'HoldUrl' attribute lets you specify a URL for # music that plays when a participant is held. The URL may be an MP3, a WAV or a - # TwiML document that uses &lt;Play&gt; &lt;Say&gt; or &lt;Redirect&gt;. + # TwiML document that uses `<Play>`, `<Say>` or `<Redirect>`. # @param [String] hold_method Specify GET or POST, defaults to GET # @param [String] announce_url The announce_url # @param [String] announce_method The announce_method # @return [ParticipantInstance] Updated ParticipantInstance def update(muted: :unset, hold: :unset, hold_url: :unset, hold_method: :unset, announce_url: :unset, announce_method: :unset) @@ -479,10 +479,10 @@ # `false`. # @param [Boolean] hold Specifying `true` will hold the participant, while `false` # will un-hold. # @param [String] hold_url The 'HoldUrl' attribute lets you specify a URL for # music that plays when a participant is held. The URL may be an MP3, a WAV or a - # TwiML document that uses &lt;Play&gt; &lt;Say&gt; or &lt;Redirect&gt;. + # TwiML document that uses `<Play>`, `<Say>` or `<Redirect>`. # @param [String] hold_method Specify GET or POST, defaults to GET # @param [String] announce_url The announce_url # @param [String] announce_method The announce_method # @return [ParticipantInstance] Updated ParticipantInstance def update(muted: :unset, hold: :unset, hold_url: :unset, hold_method: :unset, announce_url: :unset, announce_method: :unset) \ No newline at end of file