lib/twilio-ruby/rest/video/v1/composition_hook.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/video/v1/composition_hook.rb in twilio-ruby-5.46.0
- old
+ new
@@ -165,21 +165,21 @@
# account. When `false`, the composition hook will never be triggered.
# @param [Hash] video_layout An object that describes the video layout of the
# composition hook in terms of regions. See {Specifying Video
# Layouts}[https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts]
# for more info.
- # @param [String] audio_sources An array of track names from the same group room
- # to merge into the compositions created by the composition hook. Can include zero
- # or more track names. A composition triggered by the composition hook includes
- # all audio sources specified in `audio_sources` except those specified in
- # `audio_sources_excluded`. The track names in this parameter can include an
+ # @param [Array[String]] audio_sources An array of track names from the same group
+ # room to merge into the compositions created by the composition hook. Can include
+ # zero or more track names. A composition triggered by the composition hook
+ # includes all audio sources specified in `audio_sources` except those specified
+ # in `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` includes tracks named `student` as well as
# `studentTeam`.
- # @param [String] audio_sources_excluded An array of track names to exclude. A
- # composition triggered by the composition hook includes all audio sources
- # specified in `audio_sources` except for those specified in
+ # @param [Array[String]] audio_sources_excluded An array of track names to
+ # exclude. A composition triggered by the composition hook includes all audio
+ # sources specified in `audio_sources` except for those specified in
# `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` excludes `student` as well as `studentTeam`.
# This parameter can also be empty.
# @param [String] resolution A string that describes the columns (width) and rows
@@ -321,21 +321,21 @@
# account. When `false`, the composition hook never triggers.
# @param [Hash] video_layout A JSON object that describes the video layout of the
# composition hook in terms of regions. See {Specifying Video
# Layouts}[https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts]
# for more info.
- # @param [String] audio_sources An array of track names from the same group room
- # to merge into the compositions created by the composition hook. Can include zero
- # or more track names. A composition triggered by the composition hook includes
- # all audio sources specified in `audio_sources` except those specified in
- # `audio_sources_excluded`. The track names in this parameter can include an
+ # @param [Array[String]] audio_sources An array of track names from the same group
+ # room to merge into the compositions created by the composition hook. Can include
+ # zero or more track names. A composition triggered by the composition hook
+ # includes all audio sources specified in `audio_sources` except those specified
+ # in `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` includes tracks named `student` as well as
# `studentTeam`.
- # @param [String] audio_sources_excluded An array of track names to exclude. A
- # composition triggered by the composition hook includes all audio sources
- # specified in `audio_sources` except for those specified in
+ # @param [Array[String]] audio_sources_excluded An array of track names to
+ # exclude. A composition triggered by the composition hook includes all audio
+ # sources specified in `audio_sources` except for those specified in
# `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` excludes `student` as well as `studentTeam`.
# This parameter can also be empty.
# @param [Boolean] trim Whether to clip the intervals where there is no active
@@ -494,17 +494,17 @@
def sid
@properties['sid']
end
##
- # @return [String] The array of track names to include in the compositions created by the composition hook
+ # @return [Array[String]] The array of track names to include in the compositions created by the composition hook
def audio_sources
@properties['audio_sources']
end
##
- # @return [String] The array of track names to exclude from the compositions created by the composition hook
+ # @return [Array[String]] The array of track names to exclude from the compositions created by the composition hook
def audio_sources_excluded
@properties['audio_sources_excluded']
end
##
@@ -573,20 +573,20 @@
# account. When `false`, the composition hook never triggers.
# @param [Hash] video_layout A JSON object that describes the video layout of the
# composition hook in terms of regions. See {Specifying Video
# Layouts}[https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts]
# for more info.
- # @param [String] audio_sources An array of track names from the same group room
- # to merge into the compositions created by the composition hook. Can include zero
- # or more track names. A composition triggered by the composition hook includes
- # all audio sources specified in `audio_sources` except those specified in
- # `audio_sources_excluded`. The track names in this parameter can include an
+ # @param [Array[String]] audio_sources An array of track names from the same group
+ # room to merge into the compositions created by the composition hook. Can include
+ # zero or more track names. A composition triggered by the composition hook
+ # includes all audio sources specified in `audio_sources` except those specified
+ # in `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` includes tracks named `student` as well as
# `studentTeam`.
- # @param [String] audio_sources_excluded An array of track names to exclude. A
- # composition triggered by the composition hook includes all audio sources
- # specified in `audio_sources` except for those specified in
+ # @param [Array[String]] audio_sources_excluded An array of track names to
+ # exclude. A composition triggered by the composition hook includes all audio
+ # sources specified in `audio_sources` except for those specified in
# `audio_sources_excluded`. The track names in this parameter can include an
# asterisk as a wild card character, which matches zero or more characters in a
# track name. For example, `student*` excludes `student` as well as `studentTeam`.
# This parameter can also be empty.
# @param [Boolean] trim Whether to clip the intervals where there is no active
\ No newline at end of file