deleteParticipantFromBubble

abstract fun deleteParticipantFromBubble(room: IRainbowRoom, contact: IRainbowContact, keepArchive: Boolean, listener: RainbowListener<Unit, Unit>? = null)

Delete one participant from a bubble.

Parameters

room

IRainbowRoom The bubble where the participant is deleted

contact

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)