AutoParticipantRecordingConfiguration - Amazon IVS

AutoParticipantRecordingConfiguration

Object specifying a configuration for individual participant recording.

Contents

storageConfigurationArn

ARN of the StorageConfiguration resource to use for individual participant recording. Default: "" (empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 128.

Pattern: ^$|^arn:aws:ivs:[a-z0-9-]+:[0-9]+:storage-configuration/[a-zA-Z0-9-]+$

Required: Yes

mediaTypes

Types of media to be recorded. Default: AUDIO_VIDEO.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 1 item.

Valid Values: AUDIO_VIDEO | AUDIO_ONLY

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: