od-support-chat 1.0.43 → 1.0.45
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,6 +80,8 @@ same message, you can increase the maximum number of guests allowed.
|
|
|
80
80
|
|
|
81
81
|

|
|
82
82
|
|
|
83
|
+
After you click on create link button, it will show the meeting link key which is the **meetingLinkKey** and the password
|
|
84
|
+
you provide will become **customerSupportKey** . Use these values for your chat widget parameters.
|
|
83
85
|
|
|
84
86
|
Finally you can use the Chat client for Origin Detector (OD) customer support tools for your website. Just import and use it with keys
|
|
85
87
|
|
|
@@ -105,3 +107,12 @@ Finally you can use the Chat client for Origin Detector (OD) customer support to
|
|
|
105
107
|
|
|
106
108
|
<img src="https://origindetector.com/user-guide/customer-support.webp" height="500">
|
|
107
109
|
|
|
110
|
+
|
|
111
|
+
## Example React Project
|
|
112
|
+
|
|
113
|
+
### Here is one example react project. Please add your keys before running this project.
|
|
114
|
+
### https://github.com/jewelsub/example-od-support-chat
|
|
115
|
+
|
|
116
|
+
## If you are a manufacturer, please follow this manufacturer's onboarding guide to get used to the Origin Detector (OD) platform.
|
|
117
|
+
### https://origindetector.com/user-guide/Manufacturer-Onboarding-Guide.pdf
|
|
118
|
+
|