od-support-chat 1.0.22 → 1.0.23
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 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ npm i od-support-chat
|
|
|
46
46
|
|
|
47
47
|
Login to https://origindetector.com
|
|
48
48
|
|
|
49
|
-
<img src="
|
|
49
|
+
<img src="https://origindetector.com/user-guide/origindetector_com.webp" width="500">
|
|
50
50
|
|
|
51
51
|
Please get the **meetingLinkKey** and **customerSupportKey** form the Origin Detector website by opening the user profile.
|
|
52
52
|
To obtain the meetingLinkKey and customerSupportKey from the Origin Detector website, follow these steps:
|
|
@@ -58,16 +58,16 @@ To obtain the meetingLinkKey and customerSupportKey from the Origin Detector web
|
|
|
58
58
|
Once you've completed these steps, you will have access to the keys you need.
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-

|
|
62
62
|
|
|
63
63
|
If you already created meeting room it will forward you to that meeting room in OptimizeTalk. You have to login using your meeting room
|
|
64
64
|
password.
|
|
65
65
|
|
|
66
|
-
<img src="
|
|
66
|
+
<img src="https://origindetector.com/user-guide/LoginToYourMeeting.webp" width="500">
|
|
67
67
|
|
|
68
68
|
After you login there is top control bar where you can create shared link and support key.
|
|
69
69
|
|
|
70
|
-

|
|
71
71
|
|
|
72
72
|
You will need __meetingLinkKey__ and __customerSupportKey__ to use in your website to add chat option. To set up the __meetingLinkKey__
|
|
73
73
|
and __customerSupportKey__, you can choose to allow a maximum of one guest for customer support
|
|
@@ -78,7 +78,7 @@ same message, you can increase the maximum number of guests allowed.
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-

|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
Finally you can use the Chat client for Origin Detector (OD) customer support tools for your website. Just import and use it with keys
|
|
@@ -93,5 +93,5 @@ 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
|
-
<img src="
|
|
96
|
+
<img src="https://origindetector.com/user-guide/customer-support.webp" height="500">
|
|
97
97
|
|