Creates a new stage (and optionally participant tokens).
See https://www.paws-r-sdk.com/docs/ivsrealtime_create_stage/ for full documentation.
ivsrealtime_create_stage(
name = NULL,
participantTokenConfigurations = NULL,
tags = NULL,
autoParticipantRecordingConfiguration = NULL
)
Optional name that can be specified for the stage being created.
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.
Configuration object for individual participant recording, to attach to the new stage.