How to create a group public channel

I’m looking at this data and making it

But I want to change the setting of group chat to public, but I don’t know how.

 onBeforeCreateChannel={(channelParams) => {
        // Customize channel params before create
        channelParams.isPublic = true;
        return channelParams;
      }}

I solved it

1 Like