I’m building an application that requires longer session windows.
Curious to know how others have implemented this without disruptions to the user side.
My current thought is to simply refresh the ephemeral token every 29 minutes and update my webRTC connection on the client side by managing two sessions.
First session would be the one that’s about to expire
Second session is the new session that the user will switch over to when the connection is established