Learn R Programming

paws.analytics (version 0.7.0)

ivsrealtime_create_stage: Creates a new stage (and optionally participant tokens)

Description

Creates 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

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources 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.