od-support-chat 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,5 +93,11 @@ Finally you can use the Chat client for Origin Detector (OD) customer support to
|
|
|
93
93
|
<Chat meetingLinkKey={meetingLinkKey} customerSupportKey={customerSupportKey}/>
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
+
## Chat window for your customer on your website
|
|
97
|
+
|
|
98
|
+
<img src="https://origindetector.com/user-guide/customer-support-chat.webp" width="300">
|
|
99
|
+
|
|
100
|
+
## Cusotmer Support team view
|
|
101
|
+
|
|
96
102
|
<img src="https://origindetector.com/user-guide/customer-support.webp" height="500">
|
|
97
103
|
|