We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stun:stun.l.google.com:19302
ice
Here https://github.com/otalk/jingle.js/blob/master/index.js#L45 stun:stun.l.google.com:19302 is the default. And Here https://github.com/legastero/stanza.io/blob/master/lib/plugins/jingle.js#L9 using jingle without passing any conf; And so its by default getting the above specified ice server and I have only the option to add more ice server. So how not to use stun:stun.l.google.com:19302 as ice server? Or to clear the default the ice servers?
default
conf
The text was updated successfully, but these errors were encountered:
You can just pass an empty array iceServers: []
iceServers: []
Sorry, something went wrong.
Are you meaning like below:
client.use(jingle({ iceServers: [], }));
Getting jingle SessionManager conf as undefined always in that way!
SessionManager
No branches or pull requests
Here https://github.com/otalk/jingle.js/blob/master/index.js#L45
stun:stun.l.google.com:19302
is thedefault
.And Here https://github.com/legastero/stanza.io/blob/master/lib/plugins/jingle.js#L9 using jingle without passing any
conf
; And so its by default getting the above specified ice server and I have only the option to add more ice server.So how not to use
stun:stun.l.google.com:19302
asice
server? Or to clear the default the ice servers?The text was updated successfully, but these errors were encountered: