View source: R/ivsrealtime_operations.R
ivsrealtime_create_stage | R Documentation |
Creates a new stage (and optionally participant tokens).
See https://www.paws-r-sdk.com/docs/ivsrealtime_create_stage/ for full documentation.
ivsrealtime_create_stage(
name = NULL,
participantTokenConfigurations = NULL,
tags = NULL,
autoParticipantRecordingConfiguration = NULL
)
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
|
autoParticipantRecordingConfiguration |
Configuration object for individual participant recording, to attach to the new stage. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.