lib/twilio-ruby/rest/video.rb in twilio-ruby-5.27.0 vs lib/twilio-ruby/rest/video.rb in twilio-ruby-5.27.1
- old
+ new
@@ -27,12 +27,12 @@
def v1
@v1 ||= V1.new self
end
##
- # @param [String] sid `HKxx…xx` A system-generated 34-character string that
- # uniquely identifies this Composition Hook.
+ # @param [String] sid The unique string that we created to identify the
+ # CompositionHook resource.
# @return [Twilio::REST::Video::V1::CompositionHookInstance] if sid was passed.
# @return [Twilio::REST::Video::V1::CompositionHookList]
def composition_hooks(sid=:unset)
self.v1.composition_hooks(sid)
end
@@ -42,12 +42,12 @@
def composition_settings
self.v1.composition_settings()
end
##
- # @param [String] sid `RTxx…xx` A system-generated 34-character string that
- # uniquely identifies this Recording.
+ # @param [String] sid The unique string that we created to identify the Recording
+ # resource.
# @return [Twilio::REST::Video::V1::RecordingInstance] if sid was passed.
# @return [Twilio::REST::Video::V1::RecordingList]
def recordings(sid=:unset)
self.v1.recordings(sid)
end
@@ -57,20 +57,20 @@
def recording_settings
self.v1.recording_settings()
end
##
- # @param [String] sid `CJxx…xx` A system-generated 34-character string that
- # uniquely identifies this Composition.
+ # @param [String] sid The unique string that we created to identify the
+ # Composition resource.
# @return [Twilio::REST::Video::V1::CompositionInstance] if sid was passed.
# @return [Twilio::REST::Video::V1::CompositionList]
def compositions(sid=:unset)
self.v1.compositions(sid)
end
##
- # @param [String] sid A system-generated 34-character string that uniquely
- # identifies this resource.
+ # @param [String] sid The unique string that we created to identify the Room
+ # resource.
# @return [Twilio::REST::Video::V1::RoomInstance] if sid was passed.
# @return [Twilio::REST::Video::V1::RoomList]
def rooms(sid=:unset)
self.v1.rooms(sid)
end
\ No newline at end of file