[Problem/Question]
// Detailed description of issue.
My company already uses Sendbird, and we acquired a company so we are about to take on a lot more users. We have 2 questions about Sendbird’s limitations
- Is there a limit to how many channels we can create? If so, what is that number?
- Once a user has joined 2000 channels, is there a roll over strategy that we can put in place? Some way for them to leave the channel that hasn’t been updated in the longest time, join a new channel, and if the channel they left gets new message that they leave the next channel that hasn’t been updated in the longest time and they still receive that message even though they joined after it was sent?
We started frequently hitting the 2000 channel limit, we are changing things on our side to limit this from happening, but we are going to be getting a lot more users as 2 products are going to be merged. We need to know if this will be a problem.
// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
API
[Current impact]
// How is this currently impacting your implementation?
If there is a limit to how many channels we can create and we believe that we might need more or if there is no way to implement #2, we will need to consider other options.