Sha256: bbf9df27bba2a2e56d58293fcd7b7c93844714587466f80193fe9bc6fb8b617e
Contents?: true
Size: 744 Bytes
Versions: 9
Compression:
Stored size: 744 Bytes
Contents
# MuxRuby::CreateSimulcastTargetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **passthrough** | **String** | Arbitrary user-supplied metadata set by you when creating a simulcast target. | [optional] | | **stream_key** | **String** | Stream Key represents a stream identifier on the third party live streaming service to send the parent live stream to. | [optional] | | **url** | **String** | RTMP hostname including application name for the third party live streaming service. Example: `rtmp://live.example.com/app`. | | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::CreateSimulcastTargetRequest.new( passthrough: null, stream_key: null, url: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems