getParticipantByIdentity

abstract fun getParticipantByIdentity(identity: String): Participant

Get a conversation participant by identity.

Return

Participant object in current conversation, or null if not found.

Parameters

identity

The identity of the participant to look up.

Throws

If conversation isn't synchronized properly.