Sha256: f931211341eed589db3df6a8e10450c7633632ac3821440180ff9895237fe12e
Contents?: true
Size: 742 Bytes
Versions: 4
Compression:
Stored size: 742 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
4 entries across 4 versions & 1 rubygems