getAdminsOfConversationAsLiveData

fun getAdminsOfConversationAsLiveData(context: Context, conversationId: Int): LiveData<List<STWSingleContact>?>

Call this method to retrieve list of all administrators of the given conversation (Regular admins and admin initiator) as LiveData

Return

LiveData of the list of administrators STWSingleContact if it exists otherwise null

see STWSingleContact

Parameters

context

The application context

conversationId

Conversation ID.