lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.36.0 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.37.0
- old
+ new
@@ -341,12 +341,13 @@
# [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-resource) SID of the resource
- # to fetch.
+ # [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the
+ # participant to fetch. Non URL safe characters in a label must be percent
+ # encoded, for example, a space character is represented as %20.
# @return [ParticipantContext] ParticipantContext
def initialize(version, account_sid, conference_sid, call_sid)
super(version)
# Path Solution
@@ -473,11 +474,12 @@
# @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-resource) SID of the resource
- # to fetch.
+ # [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the
+ # participant to fetch. Non URL safe characters in a label must be percent
+ # encoded, for example, a space character is represented as %20.
# @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