Resolved! How to handle agents online/offline status for Live Agent
For me I created a script variable called agent_online:(function execute() { if (vaSystem.isLiveAgentAvailable()) { return true; } else { return false; } })()After the variable has been created Agent Online branch condition is (Screenshot below): (f...
