You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
We have two JWT tokens for User1 and User2 who are associated with two different rooms.
User 1:
JwtToken : JwtTokenOfUser1
RoomId : "A"
User 2:
JwtToken : JwtTokenOfUser2
RoomId : "B"
Login with the User1 JWT token and join the call or send message with RoomId "A"
Logout (Deauthorize) for the User1
Login with the User2 JWT token
User2 is not able to join the call or send the message
TestResult for KitchenSink :
We have tested this same scenario in the latest KitchenSink app code base and Its not working in there. We have observed that in kitchen sink even-if I am login with User2 Its shows the space detail and room space detail for the previously login User1.
Note : We are not restarting or killing the application in between to test this scenario.
We are using the Version 3.1 iOS SDK
The text was updated successfully, but these errors were encountered:
hirenpatel8891
changed the title
Login with User1 JWT token. Logout and Relogin with User2 token. Its not working
Login with User1 JWT token. Logout and Relogin with User2 token. Call and Chat is not working and showing detail of Previous User
Aug 19, 2021
@hirenpatel8891 I tried reproducing it with the 3.1 KS app and I saw the space details and such of the previous user, so I contacted engineering for that. We would still need more info from you about "4. User2 is not able to join the call or send the message". What exactly is the error you are seeing? Can you provide full verbose logs?
Scenario:
We have two JWT tokens for User1 and User2 who are associated with two different rooms.
User 1:
JwtToken : JwtTokenOfUser1
RoomId : "A"
User 2:
JwtToken : JwtTokenOfUser2
RoomId : "B"
TestResult for KitchenSink :
We have tested this same scenario in the latest KitchenSink app code base and Its not working in there. We have observed that in kitchen sink even-if I am login with User2 Its shows the space detail and room space detail for the previously login User1.
Note : We are not restarting or killing the application in between to test this scenario.
We are using the Version 3.1 iOS SDK
The text was updated successfully, but these errors were encountered: