ivsrealtime_update_stage {paws.analytics} | R Documentation |
Updates a stage’s configuration.
See https://www.paws-r-sdk.com/docs/ivsrealtime_update_stage/ for full documentation.
ivsrealtime_update_stage(
arn,
name = NULL,
autoParticipantRecordingConfiguration = NULL
)
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. |