getAllVoipChannels

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

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

Return

{@link List} of {@link 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