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
I couldn't find this documented anywhere, is there a TTL on presence?
On the docs it says:
Presence is an object that each peer shares with every other peer. When a user updates their presence, it's instantly replicated to all users in that room. Presence persists throughout the remainder of a user's connection, and is automatically cleaned up when a user leaves the room
To test, I have code running on an android emulator and a iOS simulator. I close the app on either device, and expect to see the updated presence reflected on the other device, but I don't. Could it be that it's delayed?
I couldn't find this documented anywhere, is there a TTL on presence?
On the docs it says:
To test, I have code running on an android emulator and a iOS simulator. I close the app on either device, and expect to see the updated presence reflected on the other device, but I don't. Could it be that it's delayed?
Here's my code:
Things I've tried:
The text was updated successfully, but these errors were encountered: