samples icon indicating copy to clipboard operation
samples copied to clipboard

Removed member still exists

Open adisiji opened this issue 4 years ago • 1 comments

As a group admin, I want to remove the members. Here is the code to remove member:

val group = Mesibo.getProfile(groupId)
group.groupProfile.removeMember(member.id)

*Note that this only invoked if the user has admin access

Then, the other user should get updated member via GroupListener Mesibo_onGroupMembersRemoved. But it seems the other members didn't get the latest list member. So they don't see the member deleted by the admin, it has actually been deleted.

Android SDK Mesibo Version:

MESIBO_API = "1.8.11"
MESIBO_CALLS = "1.8.11"
MESIBO_UI = "1.8.11"

Thank You

adisiji avatar Oct 21 '21 07:10 adisiji

Please send us a ticket. We have a beta release coming this week, we can send you the link.

mesibo avatar Oct 21 '21 07:10 mesibo