Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

File metadata and controls

18 lines (12 loc) · 314 Bytes

MuxRuby::LiveStreamMetadata

Properties

Name Type Description Notes
title String The live stream title. Max 512 code points. [optional]

Example

require 'mux_ruby'

instance = MuxRuby::LiveStreamMetadata.new(
  title: null
)