lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.27.0
- old
+ new
@@ -15,11 +15,11 @@
class ParticipantList < ListResource
##
# Initialize the ParticipantList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/api/rest/account) that created 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.
# @return [ParticipantList] ParticipantList
def initialize(version, account_sid: nil, conference_sid: nil)
super(version)
@@ -331,15 +331,15 @@
class ParticipantContext < InstanceContext
##
# Initialize the ParticipantContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/api/rest/account) that created 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/api/voice/call)
+ # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call)
# SID of the resource to fetch.
# @return [ParticipantContext] ParticipantContext
def initialize(version, account_sid, conference_sid, call_sid)
super(version)
@@ -463,13 +463,13 @@
##
# Initialize the ParticipantInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/api/rest/account) that created 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/api/voice/call)
+ # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call)
# SID of the resource to fetch.
# @return [ParticipantInstance] ParticipantInstance
def initialize(version, payload, account_sid: nil, conference_sid: nil, call_sid: nil)
super(version)
\ No newline at end of file