Package-level declarations

Types

Link copied to clipboard
data class GetStreamKeyResult(val arn: String, val channelArn: String, val id: String, val tags: Map<String, String>, val value: String)

A collection of values returned by getStreamKey.

data class RecordingConfigurationThumbnailConfiguration(val recordingMode: String? = null, val targetIntervalSeconds: Int? = null)