PresenceManager - Joining Tutors & Students

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)

I removed the CustomUserInfo class and it worked. :man_shrugging:

Hi! Looks like you found solution on your own, but I’m joining your monolog: your application and real-time(?) use case sounds interesting. Want to share and show something about the application itself?