deleteParticipantFromBubble

abstract suspend fun deleteParticipantFromBubble(room: IRainbowRoom, contact: IRainbowContact, keepArchive: Boolean): RainbowResult<Unit>

Delete one participant from a bubble.

Return

RainbowResult Callback (onSuccess and onFailed)

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