getAllVoipSessionByThreadId

open fun getAllVoipSessionByThreadId(    @NonNull context: Context,     @Nullable threadID: String,     @Nullable sessionTypes: List<Integer>,     @Nullable mediaTypes: List<Integer>,     @IntRange(from = 0) startingFrom: Int,     @IntRange(from = 1) numberOfMessage: Int): List<VoipSessionItem>

Call this method to retrieve a list of VoipSessionItem linked to a specific com.streamwide.smartms.lib.core.data.item.ThreadItem

Return

list of VoipSessionItem linked to the Thread item

Parameters

context

the application context