]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-8293 [verto_communicator] - Showing speed in the menu bar if autoBand is true...
authorJaon EarlWolf <jamonsterr@gmail.com>
Mon, 9 Nov 2015 21:58:11 +0000 (18:58 -0300)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 12 Nov 2015 21:35:39 +0000 (15:35 -0600)
commitf3afab2f72440cc73eda0a194fd3443d3e1d0156
tree5c4a873cb6cb46eca966bf417f02ef7c487d5d67
parentf11a4a42b67ddacf02df0f9dacc159080b87bfe8
FS-8293 [verto_communicator] - Showing speed in the menu bar if autoBand is true, adding option to test speed before making a call, enabling dedEnc if inboundBandwidth is below dedEncWatermark (3072 by default).
FS-8293 [verto_communicator] - Changed info in the top menu bar for a icon+popover, changed autoBand's code in testSpeed method, moved 'Bandwidth settings' to 'Video settings' in settings modal and now hidding video quality selection when autoBand is checked.
FS-8293 [verto_communicator] - Better bandwidth info ui.
FS-8293 [verto_communicator] - Fixed speed test breaking at splash screen if user isn't logged in.
14 files changed:
html5/verto/verto_communicator/src/config.json
html5/verto/verto_communicator/src/config.json.sample
html5/verto/verto_communicator/src/css/verto.css
html5/verto/verto_communicator/src/partials/dialpad.html
html5/verto/verto_communicator/src/partials/menu.html
html5/verto/verto_communicator/src/partials/modal_settings.html
html5/verto/verto_communicator/src/storageService/services/splash_screen.js
html5/verto/verto_communicator/src/storageService/services/storage.js
html5/verto/verto_communicator/src/vertoControllers/controllers/DialPadController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/MenuController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js
html5/verto/verto_communicator/src/vertoService/services/configService.js
html5/verto/verto_communicator/src/vertoService/services/vertoService.js