channelInfoList

@JvmName(name = "listSignalingChannelsResponseChannelInfo")
fun Flow<ListSignalingChannelsResponse>.channelInfoList(): Flow<ChannelInfo>

This paginator transforms the flow returned by listSignalingChannelsPaginated to access the nested member ChannelInfo

Return

A kotlinx.coroutines.flow.Flow that can collect ChannelInfo