remove Participant By Identity
abstract fun removeParticipantByIdentity(identity: String, listener: StatusListener)
Content copied to clipboard
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.