Sha256: bda7a4a8ea90ad12d03a3690fb0cc593c81891192ab737961dbd297a656daec4
Contents?: true
Size: 811 Bytes
Versions: 17
Compression:
Stored size: 811 Bytes
Contents
# MuxRuby::CreateSpaceRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SpaceType**](SpaceType.md) | | [optional][default to 'server'] | | **passthrough** | **String** | Arbitrary user-supplied metadata that will be included in the space details and related webhooks. Max: 255 characters. | [optional] | | **broadcasts** | [**Array<CreateBroadcastRequest>**](CreateBroadcastRequest.md) | An array of broadcast destinations you want to stream the space to. **Note:** By default only a single broadcast destination can be specified. Contact Mux support if you need more. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::CreateSpaceRequest.new( type: null, passthrough: null, broadcasts: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems