get Participants By Identity
abstract fun getParticipantsByIdentity(identity: String): List<Participant>
Content copied to clipboard
Get list of all Conversation participants with a given identity.
The effect of this function is to find and return all Participant instances across multiple conversations with the given identity.
Return
List of Participants across Conversations with given identity.
Parameters
identity
Participant identity to look up.
Throws
If ConversationClient isn't synchronized properly.