Skip to content

Commit

Permalink
Update chat widget documentation to clarify user identification options
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jun 9, 2024
1 parent 4b900ea commit 4c3b891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/widget/embed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ The chat widget is highly customizable, here is a list of all the available opti

## Identifying chat users/contacts

One of the helpful options in the chat widget is the ability to identify the user/contact of the chat. This is useful if you want to track the usage of the chat widget and you want to know who is using it.
One of the helpful options in the chat widget is the ability to identify the user/contact of the chat. This is useful if you want to track the usage of the chat widget.

To start identifying the user/contact, you can pass the `user` object as and option to the chat widget, for example:
To start identifying the user/contact, you can pass the `user` object as an option to the chat widget, for example:

```jsx
const options = {
Expand Down

0 comments on commit 4c3b891

Please sign in to comment.