handOverMyRole method Null safety
- String userUuid
Transfer the role of the current user to the user with userUuid
, and the current user will restore to the default room role.
Only authorized users can perform this operation.
userUuid
target user ID
Implementation
Future<VoidResult> handOverMyRole(String userUuid);