Channel created when there already is a channel

I tested in your Sendbird app using the below config as suggested on your previous post here.

Please refer to the recording here – it’s working as expected. A distinct channel is created the first time, and the second time, it pulls the same channel instead of creating a new channel.

SBUGlobalCustomParams.groupChannelParamsCreateBuilder = {params in
    params?.isDistinct = true
}