- Experiment ID
2026-09-soundboard-quick-action- Experiment Type
- apex / user
- Analysis Summary
- Compares a compact Soundboard quick picker with the full picker from the voice panel button.
- Why It Matters
- This can reduce the steps and pointer movement needed to play sounds during a call and compare whether a compact picker is faster than the full list.
- Detailed Description
- The default voice-panel Soundboard button keeps the existing full picker behavior.
- Variant 1 can open a compact quick picker on hover or click and lets the user continue to the full picker from there.
- Variant 2 keeps the hover-triggered behavior but shows the full Soundboard instead of the compact picker.
- The confirmed consumer reads showQuickAccess and showOnRTCHover directly rather than using enabled by itself.
- Focus Area
- Soundboard quick access in the voice panel
- Importance
- medium
- Config Keys
- enabled
- showOnRTCHover
- showQuickAccess
- Default Config
{
"enabled": false,
"showOnRTCHover": false,
"showQuickAccess": false
}- Variations
{
"1": {
"enabled": true,
"showOnRTCHover": true,
"showQuickAccess": true
},
"2": {
"enabled": true,
"showOnRTCHover": true,
"showQuickAccess": false
}
}