get Members Of Group Conversation
open fun getMembersOfGroupConversation(@NonNull context: Context, @NonNull conversationId: String): List<PhoneItem>
Content copied to clipboard
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
conversation Id
Conversation ID.