mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-8117 - [verto_communicator] Correctly check for STUN setting in localStorage.
This commit is contained in:
parent
ffebb46b13
commit
612729dab5
@ -542,7 +542,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
||||
googNoiseSuppression: storage.data.googNoiseSuppression || false,
|
||||
googHighpassFilter: storage.data.googHighpassFilter || false
|
||||
},
|
||||
iceServers: data.useSTUN
|
||||
iceServers: storage.data.useSTUN
|
||||
}, callbacks);
|
||||
|
||||
data.instance.deviceParams({
|
||||
|
Loading…
x
Reference in New Issue
Block a user