View source: R/ivsrealtime_operations.R
ivsrealtime_delete_ingest_configuration | R Documentation |
Deletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless force
is set to true
.
See https://www.paws-r-sdk.com/docs/ivsrealtime_delete_ingest_configuration/ for full documentation.
ivsrealtime_delete_ingest_configuration(arn, force = NULL)
arn |
[required] ARN of the IngestConfiguration. |
force |
Optional field to force deletion of the IngestConfiguration. If this is
set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.