Delete Group
#
Delete a GroupTo delete a group, call below method Before delete a group, participant should be left the group
Argument | Type | Description |
---|---|---|
groupJid | String | Jid of a group to be deleted |
completionHandler | FlyCompletionHandler | implemented as closure expression |
info
didDeleteGroupLocally(groupJid: String) method will be called, which is defined in GroupEventsDelegate.