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