setParticipantPrivilegeToGuest

abstract fun setParticipantPrivilegeToGuest(room: IRainbowRoom, contact: IRainbowContact, listener: RainbowListener<RoomParticipant, Unit>?)

Set the privilege of a participant to guest.

It is only possible if the connected user itself is moderator or owner of the bubble.

Parameters

room

IRainbowRoom The bubble

contact

IRainbowContact The contact to set privilege to guest

listener

RainbowListener callback (onSuccess, onError)