library / io.getstream.chat.android.livedata.usecase / ReplayEventsForActiveChannelsImpl / invoke

invoke

operator fun invoke(cid: String): Call2<List<ChatEvent>>

Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server

Parameters

cid - : the full channel id IE messaging:123

Return
A call object with List as the return type