Public Attributes | |
| int | maxUsers = 200 |
| boolean | isPublic = false |
| boolean | joinApprovalRequired = false |
| boolean | allowInvites = false |
| boolean | inviteNeedConfirm = false |
| String | extField |
Group property configs to be used when creating or updating a group.
| boolean com.hyphenate.chat.EMGroupConfigs.allowInvites = false |
Whether group members are allowed to invite users to a private group.
| String com.hyphenate.chat.EMGroupConfigs.extField |
Group detail extension, which can be in JSON format.
| boolean com.hyphenate.chat.EMGroupConfigs.inviteNeedConfirm = false |
Whether the invitee needs to confirm before joining the group.
| boolean com.hyphenate.chat.EMGroupConfigs.isPublic = false |
Whether the group is public.
| boolean com.hyphenate.chat.EMGroupConfigs.joinApprovalRequired = false |
Whether joining a public group requires approval.
| int com.hyphenate.chat.EMGroupConfigs.maxUsers = 200 |
The maximum number of members in a group.