@microsoft/omnichannel-chat-sdk 1.1.1-main.502460d → 1.1.1-main.6b72ca1
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 +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1
|
-
# Omnichannel Chat SDK
|
1
|
+
# Omnichannel Chat SDK 💬
|
2
2
|
|
3
3
|
[](https://badge.fury.io/js/%40microsoft%2Fomnichannel-chat-sdk)
|
4
4
|
[](https://packagephobia.com/result?p=@microsoft/omnichannel-chat-sdk)
|
5
5
|

|
6
6
|

|
7
7
|
|
8
|
+
> ❗ Chat SDK **v1.1.0** is the minimum version to support the **new** messaging platform. More [here](https://docs.microsoft.com/en-us/dynamics365/customer-service/migrate-acs)
|
9
|
+
|
10
|
+
> 📢 Try out our new React component library [omnichannel-chat-widget](https://github.com/microsoft/omnichannel-chat-widget) with Chat SDK
|
11
|
+
|
8
12
|
Headless Chat SDK to build your own chat widget against Dynamics 365 Omnichannel Services.
|
9
13
|
|
10
|
-
Please make sure you have a chat widget configured before using this package or you can follow this [link](https://docs.microsoft.com/en-us/dynamics365/customer-service/
|
14
|
+
Please make sure you have a chat widget configured before using this package or you can follow this [link](https://docs.microsoft.com/en-us/dynamics365/customer-service/add-chat-widget)
|
11
15
|
|
12
16
|
## Table of Contents
|
13
17
|
- [Live Chat Widget vs. Chat SDK](#live-chat-widget-vs-chat-sdk)
|
@@ -40,6 +44,7 @@ Please make sure you have a chat widget configured before using this package or
|
|
40
44
|
- [Get Post Chat Survey Context](#get-post-chat-survey-context)
|
41
45
|
- [Common Scenarios](#common-scenarios)
|
42
46
|
- [Using BotFramework-WebChat](#using-botframework-webchat)
|
47
|
+
- [Escalation to Voice & Video](#escalation-to-voice--video)
|
43
48
|
- [Pre-Chat Survey](#pre-chat-survey)
|
44
49
|
- [Post-Chat Survey](#post-chat-survey)
|
45
50
|
- [Reconnect to existing Chat](#reconnect-to-existing-chat)
|