• umakanth mettu
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
I have implemented "liveAgent:clientChatQueuePosition" tag in a customized chat window to show the user at what place he is in Queue. When the request has been sent to the agent, however, the value is null. Do anyone let me know how when the queue position is zero another conditional message is displayed?
<tr>
 <td>
  <p style="font-size: 14px;">You are now being connected to an agent. Currently your position in the queue is <liveAgent:clientChatQueuePosition /></p>
 </td>                                               
 </tr>