Here's the translated message in English:
Title: Possible Cause of the "No Responding" Issue in WebRTC Calls
Message:
Hello community,
We have been investigating an issue where agents in Genesys Cloud experience the "No Responding" status when receiving WebRTC calls. While analyzing logs, we found the following message in the WebRTC SDK:
received and autoAnswer tagged propose but sdk has disableAutoAnswer
After reviewing the configuration, we believe that this message is very likely the cause of the issue.
Issue Explanation:
• AutoAnswer is enabled for agents in the Genesys Cloud configuration.
• However, the WebRTC SDK initializes the disableAutoAnswer variable as true instead of false.
• This causes the SDK to ignore the dynamic AutoAnswer status received from the backend for each interaction.
• As a result, the call is not answered automatically and must be manually accepted by the agent.
• If the agent does not respond in time, their status changes to "No Responding", affecting operations.
Proposed Solution:
Genesys must ensure that the disableAutoAnswer variable, initialized by the WebRTC SDK in the Genesys Cloud interface, is always set to false.
This will allow the SDK to properly respect the dynamic AutoAnswer value received from the backend for each interaction and prevent agents from having to manually answer calls that should be auto-answered.
Has anyone else experienced this issue? Does Genesys have any plans to correct this behavior in the platform.
We appreciate any feedback to validate this solution and prevent more agents from being affected by this behavior
------------------------------
Diego Prada
------------------------------