To hide the Queue link from users of a specific region add the following javascript variable in the api.html (page) header:
var State_code="<< State Code Goes Here >
This will ensure that people of the specified region are unable to view Queue link.
To make the Queue link available to users only during your working hours add the following javascript variables in the api.html (page) header:
var clientSystemDate=calcTime('+10.5'); //specify GMT offset
var chatStartTime=setcalcTime('+10.5','9'); //specify working hours start time
var chatEndTime=setcalcTime('+10.5','18'); //specify working hours end time
No comments:
Post a Comment