getContactsInConversation

suspend fun getContactsInConversation(context: Context, conversationId: Int): List<STWContact>?

Call this method to retrieve the full list of contacts in the conversation

Return

the full list of STWContact if exist otherwise null

See also

Parameters

context

The application context

conversationId

Conversation ID.