What is the reason this setting causes the Genesys WebRTC softphone to drop the STUN binding request precisely when the ServiceNow Data Action is invoked for screen pop? The tenant is configured in EU1, and we are using the latest Architect flow version to trigger a REST API call to ServiceNow upon conversation:start. The softphone client (v10.3.1) successfully registers via SIP but fails to establish the media path when the webhook payload includes specific custom attributes for the ticket ID. The error log on the client side shows ICE candidate gathering failed with a 403 Forbidden response from the STUN server, which seems anomalous since standard calls work fine. This suggests the webhook processing overhead or a specific header injection in the Data Action is interfering with the WebRTC signaling handshake. We have verified that the MID server latency is under 200ms, ruling out timeout issues. The flow validation passes without errors, yet the runtime behavior indicates a conflict between the webhook execution context and the media session establishment.
- Verified that the ServiceNow integration token has all necessary scopes for
WebRTC:ManageandConversation:View, and regenerated the token to rule out expiration issues. - Tested the same Architect flow with a simplified webhook payload excluding the ticket ID and custom attributes, which resulted in successful STUN binding and media establishment, pointing to payload size or structure as the potential culprit.