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 SDK Ref: https://talkjs.com/docs/Features/Group_Chats/Access_rights/
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/