removeParticipantByIdentity

abstract fun removeParticipantByIdentity(identity: String, listener: StatusListener)

Remove the participant with the specified identity from this conversation.

Parameters

identity

The identity of the participant to remove from this conversation.

listener

StatusListener to report status.

Throws

If conversation isn't synchronized properly.