removeParticipant

abstract fun removeParticipant(participant: Participant, listener: StatusListener)

Remove specified participant from this conversation.

Parameters

participant

The participant to remove from this conversation.

listener

StatusListener to report status.

Throws

If conversation isn't synchronized properly.