setParticipantPrivilegeToUser

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

Set the privilege of a participant to user (demote).

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 demote to user

listener

RainbowListener callback (onSuccess, onError)