I’m using PresenceManager in 2 separate views, but using the same topic Id. I have also extended the UserInfo class to carry a boolean denoting a Student has joined.
Both the tutor & student views show that specific user joined on their respective views, but the tutor view does not show the student joined & the student view does not show the tutor joined,
I have made sure both views use markAsPresent & both have a similar presence handler (The only variation is checking for either isStudent or !isStudent).
What could I be doing wrong? (again, I double checked my topic Ids match)