We use the google public stun server in one of our applications in a test environment. And we also installed Turn server.
Problem: when starting the application in the javascript file, we set the username, password and address of the queue server to connect to.
But it shows the credentials in the javascript debugger, which is a security issue. Does anyone have a solution on how we limit the display of credentials from a javascript file?
source
share