Update Stage
| ivsrealtime_update_stage | R Documentation |
Updates a stage’s configuration¶
Description¶
Updates a stage’s configuration.
Usage¶
Arguments¶
arn[required] ARN of the stage to be updated.
nameName of the stage to be updated.
autoParticipantRecordingConfigurationConfiguration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
Value¶
A list with the following syntax:
list(
stage = list(
arn = "string",
name = "string",
activeSessionId = "string",
tags = list(
"string"
),
autoParticipantRecordingConfiguration = list(
storageConfigurationArn = "string",
mediaTypes = list(
"AUDIO_VIDEO"|"AUDIO_ONLY"
)
),
endpoints = list(
events = "string",
whip = "string"
)
)
)