setParticipantPrivilegeToUser

abstract suspend fun setParticipantPrivilegeToUser(room: IRainbowRoom, contact: IRainbowContact): RainbowResult<RoomParticipant>

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.

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom The bubble

contact

IRainbowContact The contact to demote to user