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

- old
+ new

@@ -335,12 +335,13 @@ # @param [String] account_sid The SID of the # [Account](https://www.twilio.com/docs/iam/api/account) that created the # Participant resource to fetch. # @param [String] conference_sid The SID of the conference with the participant to # fetch. - # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call) - # SID of the resource to fetch. + # @param [String] call_sid The + # [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource + # to fetch. # @return [ParticipantContext] ParticipantContext def initialize(version, account_sid, conference_sid, call_sid) super(version) # Path Solution @@ -466,11 +467,12 @@ # @param [Hash] payload payload that contains response from Twilio # @param [String] account_sid The SID of the # [Account](https://www.twilio.com/docs/iam/api/account) that created the # Participant resource. # @param [String] conference_sid The SID of the conference the participant is in. - # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call) - # SID of the resource to fetch. + # @param [String] call_sid The + # [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource + # to fetch. # @return [ParticipantInstance] ParticipantInstance def initialize(version, payload, account_sid: nil, conference_sid: nil, call_sid: nil) super(version) # Marshaled Properties \ No newline at end of file