-
Hi! I need some help because I trying that all the members of a channel can update the name of a channel. When I create a channel I can pass in the 'extraData' and array of capabilities with the name 'own_capabilities'. But this, at least of what I saw, doesn't represent the capabilities of the others members of the channel. Because the person who creates this channel can change the name of channel, but the rest of the members can't. There is another data to pass when I create a channel to fix this? Or maybe to make all the members like Moderator/Administrator? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hey I can suggest you to take a look at this section of the documentation https://getstream.io/chat/docs/flutter-dart/user_permissions/ |
Beta Was this translation helpful? Give feedback.
hey I can suggest you to take a look at this section of the documentation https://getstream.io/chat/docs/flutter-dart/user_permissions/
Regarding the field
own_capabilities
, we're implementing it in the new v4 of the sdk