getListOfRecentVoipChannelsAsFlow

fun getListOfRecentVoipChannelsAsFlow(    context: Context,     activeFirst: Boolean,     activeChannelOrderedByLevel: Boolean): Flow<List<STWVoipChannel>?>

Call this method to retrieve the list of recent active STWVoipChannel as FLow
By default, channels are ordered by last active date.

Return

Flow of List of STWVoipChannel

Parameters

context

The application context

activeFirst

if true list will be ordered by active channel first

activeChannelOrderedByLevel

if true active channels will be ordered by channel level