This message was deleted.
# cloud
s
This message was deleted.
c
Taking a look at the two concurrent sessions, in one of them said participant seems to have joined and left at the same time, i.e. joined_at and left_at values are identical.
m
cc @bright-dream-51521
r
Ok, we're also seeing some instances of leftAt < joinedAt
b
@rough-agent-34205 our rooms run distributed across servers, and sometimes roomID’s for the same room might be different at the start. These get reconciled later, so you end up seeing participantID in more than 1 session. So participantIDs are guaranteed to be unique only within a session
@cold-secretary-44599 left_at & joined_at are sometimes same as the user would have joined in RoomID1, but left in RoomID2 based on above explanation. We will try to reconcile this soon
@rough-agent-34205 can you please DM few sessions where you are seeing leftAt < joinedAt for us to debug?
r
Thank you for the explanation, that should make things a bit easier 🙏