deleteParticipantFromBubble

abstract fun deleteParticipantFromBubble(room: Room?, contact: IRainbowContact?, keepArchive: Boolean, listener: IRoomProxy.IDeleteParticipantListener?)

Delete one participant from a bubble.

Parameters

room

@object:Room The bubble where the participant is deleted

contact

@object:IRainbowContact The contact to add in the bubble

keepArchive

Indicate if the deleted participant can keep an archive of the bubble

listener

IDeleteParticipantListener Callback (onDeleteParticipantSuccess and onDeleteParticipantFailed)