MediaStorageConfiguration
A structure that encapsulates, or contains, the media storage configuration properties.
If
StorageStatus
is enabled, the data will be stored in theStreamARN
provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled.If
StorageStatus
is disabled, no data will be stored, and theStreamARN
parameter will not be needed.
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: MediaStorageConfiguration.Builder.() -> Unit = {}): MediaStorageConfiguration