Hello, I’m stuck with the following scenario.
My app has two separate chat modules active, and I have two events with chat enabled and both the event has separate applications on Sendbird: Event-A and Event-B. User ABC has chosen to participate in both events. However, the problem occasionally occurs when Event-A shows consumers of Event-B or vice versa.
For the record, whenever a user switches an event from A to B or vice versa, I reinitialze Sendbird.
I used the “SendBird.clearCachedData()” method since I discovered that the SDK was saving the cache in memory, but it was ineffective.
how to fix the this issue for same user and different Events.