Sha256: 39ad7cea932f1556bffa76d32194a6cbfc2da237e324ffb0e82fbd762a4d0399
Contents?: true
Size: 728 Bytes
Versions: 8
Compression:
Stored size: 728 Bytes
Contents
# MuxRuby::CreateSimulcastTargetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **passthrough** | **String** | Arbitrary 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
8 entries across 8 versions & 1 rubygems