Create Group
#
Create GroupTo create a group, call the below method.
- Dart
- Response
Argument | Type | Description |
---|---|---|
GROUP_NAME | String | Name of the group (cannot be null or empty) |
MEMBERS_JID_LIST | List<String> | List of jids of the member (size cannot be less than 2 excluding group creator) |
GROUP_IMAGE_FILE | String | image file path to be uploaded as group profile image (can be empty) |
flyCallback | FlyResponse | callback to observe the action status |