Sha256: 5657ebccbe72be6c3c0a0f29a1d18323a93b78006e0a24fd3b6420291ba36624

Contents?: true

Size: 617 Bytes

Versions: 17

Compression:

Stored size: 617 Bytes

Contents

module Bandwidth
  module Bxml
    class StopStream < Bandwidth::Bxml::Verb
      # Initializer
      # @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
      def initialize(attributes = {})
        super('StopStream', nil, attributes)
        
        @attribute_map = {
          name: 'name' # [String]: The name of the stream to stop. This is either the user selected name when sending the <StartStream> verb, or the system generated name returned in the Media Stream Started webhook if <StartStream> was sent with no name attribute.
        }
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bandwidth-sdk-14.0.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.1.4 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.1.3 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.1.2 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.1.1 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.1.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-13.0.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-12.1.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.3.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.2.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.1.1 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.1.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.0.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.0.0.pre.beta.4.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.0.0.pre.beta.3.1 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.0.0.pre.beta.3.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb
bandwidth-sdk-11.0.0.pre.beta.2.0 lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb