Roles and Permission
Social Plus uses roles and permissions to provide users the ability to fully customize the moderation experience on the platform. To learn more about Social Plus SDKs default roles and permissions, refer to the Roles & Permissions page.
Roles
The creator of the channel can add and remove the role of a user via AmityChannelModeration
.
The channel creator is automatically assigned as the channel moderator.
The previous/last moderator is not allowed to leave a community and an error is displayed.
The channel moderator can promote a user/member to a moderator.
The channel moderator can demote a moderator to a user/member.
This applies only to Live and Community channels’. This does not apply to the Conversation Channel.
Permission
You can check your permission in the channel by sending AmityPermission
enums to AmityCoreClient.hasPermission(amityPermission)
.
Last updated