View source: R/ivsrealtime_operations.R
ivsrealtime_update_stage | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.