odoo/odoo#151028

Created by Discuss, Thanh Son Dodeur (tso)
label
odoo-dev:17.0-input-values-fix-tso
head
07150cb3ea3cb19da9c93bfbd84bf6a48aea0746
target
17.0
merged
1 month ago by Discuss, Sébastien Theys (seb)
forward-ports

[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.