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 noticed an issue when user changes WiFI network or connects/disconnects to VPN.. his WebRTC sessions gets affected... so he will try to refresh the page.. but I noticed all his previous WebRTC sessions are still active in elixir-janus
See how it looks when I refresh after switching WiFi connections / connecting to a VPN
I confirmed this by looking at Janus Admin API.. our old sessions and handles are still active with elixir-janus
Do you know what could be done in such cases.. how to stop updating session_last_activity for such dead WebRTC sessions?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Nolan,
I noticed an issue when user changes WiFI network or connects/disconnects to VPN.. his WebRTC sessions gets affected... so he will try to refresh the page.. but I noticed all his previous WebRTC sessions are still active in elixir-janus
See how it looks when I refresh after switching WiFi connections / connecting to a VPN
I confirmed this by looking at Janus Admin API.. our old sessions and handles are still active with elixir-janus
Do you know what could be done in such cases.. how to stop updating
session_last_activity
for such dead WebRTC sessions?Thanks!
The text was updated successfully, but these errors were encountered: