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
While TCP connections are working fine, I'm unable to establish TLS one. REGISTER is correctly created and sent, gets to the server, but after server response SDK seems to close the connection without any exception or error information in Android logs.
I'm working with MEDIA_TURN_ENABLED=true and MEDIA_ICE_SERVERS_DISCOVERY_TYPE=ICE_SERVERS_CUSTOM if that matters.