-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add partecipants to a Conversation #54
Comments
When you call You then pass the returned Conversation object as the |
@bugnano the Example:
Currently it seems that we can only add users, but not remove them. It is probably a bug for which |
You are correct. There is no way to remove a participant via the Flutter SDK at the moment. If you need to remove a participant, you should use the REST API ( https://talkjs.com/docs/Reference/REST_API/Participation/#leave-conversation ) |
@bugnano in order to remove a participant, I need to know the participants in the conversation. |
Yes, that's correct |
Is there a way to add/remove a partecipant or change its permission?
In JS SDK I see this
conversation.setParticipant(me);
but not found anything in Dart SDKRef: https://talkjs.com/docs/Features/Group_Chats/Access_rights/
The text was updated successfully, but these errors were encountered: