getMembersOfGroupConversation

open fun getMembersOfGroupConversation(@NonNull context: Context, @NonNull conversationId: String): List<PhoneItem>

Call this method to retrieve list of members in group conversation

The given conversation should :

  • a group group conversation (THREAD_TYPE_GROUP).
  • exist and active.
  • not related to a MyBusiness process.
  • not an emergency conversation.

Return

the list of members exist otherwise null

Parameters

context

The application context

conversationId

Conversation ID.