Learn R Programming

paws.analytics (version 0.7.0)

ivsrealtime_update_stage: Updates a stage’s configuration

Description

Updates a stage’s configuration.

See https://www.paws-r-sdk.com/docs/ivsrealtime_update_stage/ for full documentation.

Usage

ivsrealtime_update_stage(
  arn,
  name = NULL,
  autoParticipantRecordingConfiguration = NULL
)

Arguments

arn

[required] ARN of the stage to be updated.

name

Name of the stage to be updated.

autoParticipantRecordingConfiguration

Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.