I’m using sip.js and it needs a wss:// url.
What should I put as the wsServer?
here is example initialization code
var userAgent = new SIP.UA({
uri: 'bob@example.onsip.com',
wsServers: ['wss://sip-ws.example.com'],
authorizationUser: '',
password: ''
});