mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add checkbox to demo to use stun or not
This commit is contained in:
@@ -120,6 +120,12 @@
|
||||
|
||||
};
|
||||
|
||||
$.verto.prototype.iceServers = function(on) {
|
||||
var verto = this;
|
||||
|
||||
verto.options.iceServers = on;
|
||||
};
|
||||
|
||||
$.verto.prototype.loginData = function(params) {
|
||||
verto.options.login = params.login;
|
||||
verto.options.passwd = params.passwd;
|
||||
|
Reference in New Issue
Block a user