getRegularAdminsOfGroupConversation

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

Call this method to retrieve list of regular administrator 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 regular administrators if it exists otherwise null

Parameters

context

The application context

conversationId

Conversation ID.