Create a Group
Groups is the simplest way to chat with multiple user at any given time.
#
Create GroupTo create a new group use below method. Once the request is made successfully, an groupProfileListener and messageListener callback will be triggered. Response will be of two types, one is for successfull adding of participant with both party details and other one is for group profile udpate.
#
Request ParamsStatus | Description | Type | Required |
---|---|---|---|
GROUP_NAME | Group Name | String | true |
USER_JID | Array of User JID (size cannot be less than 2 excluding group creator) | JID String | true |
GROUP_IMAGE | Profile Image - Upload an image file or image URL | File / String | false |