delete Participant From Bubble
abstract fun deleteParticipantFromBubble(room: Room?, contact: IRainbowContact?, keepArchive: Boolean, listener: IRoomProxy.IDeleteParticipantListener?)
Content copied to clipboard
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)