Chatroom
The service worker can initiate a chat with back-end admins who are online. By clicking the icon, you can view the list of admins available and by selecting, initiate a chat directly with only that admin user.

In case the service worker is busy performing a job and a new chat message or broadcast message is sent by the admin, it will open as a quick dialog on top of the current app view without breaking the service worker out of the regular job flow with the option to respond to the message using quick dialog.

If no chats are already started, an empty screen with 'Plus' icon will be shown as following:

Last updated