Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

Get a location as a map

When a client sends a message with their location, you can open it in Google Maps

Track client texting in real-time

You can track what the client writes in real-time.

To do this, you need to add the line in the widget settings:

window.beesenderchatconfig.isClientTyping = true;

Disabling chat message history

Using the system setting BeesenderIsAllChatHistory you can disable chat message history (by default this setting will be enabled).

  1. Go to system designer

  2. Open the System settings section

  3. Enter the name of the setting BeesenderIsAllChatHistory in the input field

  4. Select setting and click “Open”

  5. Make the Default value checkbox inactive

  6. Click “Save”

  7. Reload page

You can see an example of what the same chat looks like with the setting enabled and disabled:

BeesenderIsAllChatHistory on

BeesenderIsAllChatHistory off

  • No labels