Creates a new stage (and optionally participant tokens)
Source:R/ivsrealtime_operations.R
ivsrealtime_create_stage.RdCreates a new stage (and optionally participant tokens).
See https://www.paws-r-sdk.com/docs/ivsrealtime_create_stage/ for full documentation.
Usage
ivsrealtime_create_stage(
name = NULL,
participantTokenConfigurations = NULL,
tags = NULL,
autoParticipantRecordingConfiguration = NULL
)Arguments
- name
Optional name that can be specified for the stage being created.
- participantTokenConfigurations
Array of participant token configuration objects to attach to the new stage.
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.- autoParticipantRecordingConfiguration
Configuration object for individual participant recording, to attach to the new stage.