View source: R/ivsrealtime_operations.R
ivsrealtime_start_composition | R Documentation |
Starts a Composition from a stage based on the configuration provided in the request.
See https://www.paws-r-sdk.com/docs/ivsrealtime_start_composition/ for full documentation.
ivsrealtime_start_composition(
stageArn,
idempotencyToken = NULL,
layout = NULL,
destinations,
tags = NULL
)
stageArn |
[required] ARN of the stage to be used for compositing. |
idempotencyToken |
Idempotency token. |
layout |
Layout object to configure composition parameters. |
destinations |
[required] Array of destination configuration. |
tags |
Tags attached to the resource. Array of maps, each of the form
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.