Trying to get the custom WebRTC softphone to handle our JST outbound predictive queue without tanking our pacing. The dialer runs fine on the native desktop client, but the web version won’t stay connected past 45 seconds. Abandonment rates jump to 18% during peak hours because the session drops before the agent can transfer. Compliance team’s already asking about the drop calls. It’s driving the metrics up. Agents can’t transfer before the drop.
Running Genesys Cloud WebRTC SDK 1.2.4 on Chrome 124. The console throws this right before the disconnect:
{
"type": "ice-failure",
"code": 3002,
"message": "STUN candidate exchange timeout",
"timestamp": "2024-05-12T08:14:22.000Z"
}
Network traces show the TURN relay never gets initialized. Should the config force a specific STUN server, or does the platform handle that automatically? The firewall allows 443 and 3478, but maybe UDP is getting blocked somewhere. Pacing stays at 1.2x until the drop happens. Doing jack all on the network side right now. Mic stays hot but audio cuts completely. Checking the candidate pairs again.