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
.
Permission
You can check your permission in the channel by sending AmityPermission
enums to AmityCoreClient.hasPermission(amityPermission)
.
Last updated
Was this helpful?