odoo/odoo#160380

Created by fw-bot
label
odoo-dev:master-17.0-input-values-fix-tso-IIke-fw
head
b8873b806ecfbf8f39e9d8296c4be7147dd43438
target
master
merged
2 months ago by Discuss, Sébastien Theys (seb)
forward-port of
odoo/odoo#151028

[FW][FIX] discuss: fix slider values in call settings

* Adds text values for the call settings sliders.
* Replaces `onChange` events with `onInput` events so that the values
respect the position of the sliders.
* Debounces some functions to handle the increased amount of calls
due to the swap to the `onInput` listener.
* Changes the default value of `voiceActiveDuration` from `0` to `200`
to match the minimum value of the input.

Forward-Port-Of: odoo/odoo#160188
Forward-Port-Of: odoo/odoo#151028