getAllFavoriteVoipChannelsAsLiveData

fun getAllFavoriteVoipChannelsAsLiveData(    context: Context,     activeFirst: Boolean,     activeChannelOrderedByLevel: Boolean,     searchContent: String?): LiveData<List<STWVoipChannel>?>

Call this method to retrieve the list of favorite {@link STWVoipChannel} as LiveData
By default, channels are ordered by name.

Return

LiveData 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

searchContent

keyword used to filter channels based on multiple criteria