Public Attributes | |
| GroupStylePrivateOnlyOwnerInvite | |
| GroupStylePrivateMemberCanInvite | |
| GroupStylePublicJoinNeedApproval | |
| GroupStylePublicOpenJoin | |
The group styles.
| io.agora.chat.GroupManager.GroupStyle.GroupStylePrivateMemberCanInvite |
Private groups. Both the group owner and group members can invite users to join.
| io.agora.chat.GroupManager.GroupStyle.GroupStylePrivateOnlyOwnerInvite |
Private groups. Only the group owner can invite users to join.
| io.agora.chat.GroupManager.GroupStyle.GroupStylePublicJoinNeedApproval |
Public groups. Only the owner can invite users to join. A user can join a group only after the owner approves the user's group request;
| io.agora.chat.GroupManager.GroupStyle.GroupStylePublicOpenJoin |
Public groups. A user can join a group without the group owner approving user's group request.