removeGroupMembersAsync
suspend fun removeGroupMembersAsync(groupId: String, membersToRemove: Array<String>)
Remove members from the group. Can only be done by a group administrator. You should call renewGroupKey after this.
Parameters
groupId | The group from which to remove members. |
membersToRemove | The Seald IDs of the members to remove from the group. |
Throws
Exception |