lib/twilio-ruby/rest/video.rb in twilio-ruby-5.28.0 vs lib/twilio-ruby/rest/video.rb in twilio-ruby-5.29.0

- old
+ new

@@ -28,10 +28,19 @@ @v1 ||= V1.new self end ## # @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 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) @@ -54,18 +63,9 @@ ## # @return [Twilio::REST::Video::V1::RecordingSettingsInstance] def recording_settings self.v1.recording_settings() - end - - ## - # @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 The unique string that we created to identify the Room # resource. \ No newline at end of file