getParticipantsList

abstract fun getParticipantsList(): List<Participant>

Obtain an array of participants of this conversation.

Return

An array of Participant objects representing the membership of the conversation.

Throws

If conversation isn't synchronized properly.