library / io.getstream.chat.android.livedata / ChatDomainImpl / replayEventsForActiveChannels

replayEventsForActiveChannels

suspend fun replayEventsForActiveChannels(cid: String? = null): Result<List<ChatEvent>>

replay events for all active channels ensures that the cid you provide is active

Parameters

cid - ensures that the channel with this id is active