- Experiment ID
2026-08-voice-server-update-immediate- Experiment Type
- apex / user
- Analysis Summary
- Processes voice and stream server updates immediately instead of waiting for the normal dispatch queue.
- Why It Matters
- This may reduce short stalls while calls or streams wait for updated server details, although the visible effect varies by connection conditions.
- Detailed Description
- By default, most gateway events pass through a short work queue so they can be processed in batches.
- The comparison cancels the scheduled wait and flushes immediately for voice-server and stream-server update events.
- It does not add a new screen or control; it is intended to reduce time spent waiting for server information during call connection, reconnection, or stream transitions.
- The actual latency change still depends on network and server conditions.
- Focus Area
- Voice and stream server update handling
- Importance
- medium
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}