setParticipantPrivilegeToModerator

abstract fun setParticipantPrivilegeToModerator(room: Room?, contact: IRainbowContact?, listener: IRoomProxy.IChangeUserRoomDataListener?)

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

@object:Room The bubble

contact

@object:IRainbowContact The contact to up to moderator

listener

IChangeUserRoomDataListener Callback (onChangeUserRoomDataSuccess and onChangeUserRoomDataFailed)