mesibo / samples

Mesibo Samples
55 stars 61 forks source link

Removed member still exists #75

Open adisiji opened 3 years ago

adisiji commented 3 years ago

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

mesibo commented 3 years ago

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