setParticipantPrivilegeToModerator

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

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.

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom The bubble

contact

IRainbowContact The contact to promote to moderator