You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple volume settings that you can pass to AmplitudeJS such as starting volume, increment and decrement. These should be in an object instead of individual values.
👥 Problem evidence & reach
Users who want to define volume settings will find the new solution much easier to group and organize.
🥰 Describe the "impact" on users?
Volume settings will be easier to read and organize.
Discussed in #512
Originally posted by danpastori May 4, 2022
👉 Describe the problem
There are multiple volume settings that you can pass to AmplitudeJS such as starting volume, increment and decrement. These should be in an object instead of individual values.
👥 Problem evidence & reach
Users who want to define volume settings will find the new solution much easier to group and organize.
🥰 Describe the "impact" on users?
Volume settings will be easier to read and organize.
🏆 How to solve this problem
Instead of passing in:
The user would pass in:
💯 How do we validate the problem is solved?
Users can pass an object for volume settings that makes it much easier to manage.
The text was updated successfully, but these errors were encountered: