Skip to content

Delete Stage

ivsrealtime_delete_stage R Documentation

Shuts down and deletes the specified stage (disconnecting all participants)

Description

Shuts down and deletes the specified stage (disconnecting all participants).

Usage

ivsrealtime_delete_stage(arn)

Arguments

arn

[required] ARN of the stage to be deleted.

Value

An empty list.

Request syntax

svc$delete_stage(
  arn = "string"
)