Package-level declarations

Types

Link copied to clipboard
data class StreamCacheConfig(val video: VideoCacheConfig? = null)

Bundles the per-cache configurations exposed by the Stream Chat SDK.

Link copied to clipboard
data class VideoCacheConfig(val maxSizeBytes: Long = DEFAULT_MAX_SIZE_BYTES)

Configuration for the on-disk cache used when streaming video attachments.