GroupChannel 방나가기 했을 때

미리 Sendbird 콘솔에 그룹채팅방을 내부 개발 서버에서 Sendbird API를 통해 생성을 하고 사용자들이 이용하는 방식으로 구현하고 있습니다. 사용자들은 그룹채팅방을 생성할 수는 없도록 되어있습니다.
사용자가 이 채팅방에 join한 뒤 방나가기를 했을 경우 그룹채팅방안에 사용자가 아무도 없다면 Sendbird 콘솔에서도 채팅방이 삭제됩니다. 이게 정상적인 시나리오인가요? 채팅방에 아무도 없어도 Sendbird콘솔에서 삭제되지 않도록 하는 방법은 없습니까?

[iOS]

안녕하세요 @nhkim
SBUChannelListViewController init(channelListQuery:)includeEmptyChannel = true 로 해서 커스텀할 수 있습니다. channel list query에 관련하여 문서 링크를 공유드립니다: Group channel | Chat iOS SDK | Sendbird Docs

Hi @nhkim
You can customize the channel list query as includeEmptyChannel = true via SBUChannelListViewController init(channelListQuery:) method.
For more information on the channel list query, please refer to Group channel | Chat iOS SDK | Sendbird Docs

If you have same issue please let me know! Thank you for sharing.