If you want to specify the default consultant, meaning the first person who receives a message about a new conversation from a particular customer (only if his patron is online), you need to add the following fragment to the chat script:
patron: 'CONSULTANT_EMAIL'
In the 'CONSULTANT_EMAIL' area you have to provide the e-mail address of this specific consultant, e.g. "jan.kowalski@email.com":
patron: 'jan.kowalski@email.com'
After this modification, the code will look like this:
Your comment will be added after moderation