get All Voip Session By Thread Id
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>
Content copied to clipboard
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
thread ID
the thread ID of a com.streamwide.smartms.lib.core.data.item.ThreadItem