Sha256: 8bb56a49ec3e541882b332cf63ed0696c199e5e2181e49576cc7ecf90b23bd7f

Contents?: true

Size: 754 Bytes

Versions: 2

Compression:

Stored size: 754 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`. | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::CreateSimulcastTargetRequest.new(
  passthrough: null,
  stream_key: null,
  url: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mux_ruby-3.13.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.12.0 docs/CreateSimulcastTargetRequest.md