setParticipantPrivilegeToModerator

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

Set the privilege of a participant to moderator (promote).

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 promote to moderator

listener

RainbowListener callback (onSuccess, onError)