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 viaAmityChannelModeration.
- iOS
- Android
- TypeScript
- Flutter
- 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.
Permission
You can check your permission in the channel by sendingAmityPermission enums to AmityCoreClient.hasPermission(amityPermission).
- iOS
- Android
- TypeScript
- Flutter