mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
7 lines
237 B
TypeScript
7 lines
237 B
TypeScript
/**
|
|
* Used to modify initialValue, which is expected to be a decimal value between
|
|
* 0 and 1, and converts it to a number representable by an input slider, which
|
|
* recognizes whole numbers.
|
|
*/
|
|
export const VOLUME_SLIDER_SCALE = 100;
|