Conversation channel id generation related

When I am creating a conversation channel it is generating a channel id automatically and does not take the channel id which I have passed in create channel quest can you help with it?

Hi @harshit this is an expected behaviour for conversation channel. The system will auto-generated channelId for you and it is tied to its members.

Refer to our docs:

Conversation channel is unique based on its membership. When creating conversation the system will check if channel with the same membership already exists, if such channel already exists the system will return existing channel instead of creating a new one.