-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels