StreamCacheConfig

data class StreamCacheConfig(val video: VideoCacheConfig? = null)

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

Set this on io.getstream.chat.android.client.api.ChatClientConfig.cacheConfig to configure the on-disk caches.

Parameters

video

Configuration for the video playback cache used by SDK.

Constructors

Link copied to clipboard
constructor(video: VideoCacheConfig? = null)

Properties

Link copied to clipboard