@microsoft/omnichannel-chat-sdk
Advanced tools
Comparing version 1.9.3 to 1.9.4-main.1594d5e
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ocSDKConfiguration = { | ||
getChatTokenRetryCount: 2, | ||
getChatTokenRetryCount: 5, | ||
getChatTokenTimeBetweenRetriesOnFailure: 2000, | ||
getChatTokenRetryOn429: false, | ||
getChatTokenRetryOn429: true, | ||
useUnauthReconnectIdSigQueryParam: false | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "@microsoft/omnichannel-chat-sdk", | ||
"version": "1.9.3", | ||
"version": "1.9.4-main.1594d5e", | ||
"description": "Microsoft Omnichannel Chat SDK", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -66,7 +66,7 @@ # Omnichannel Chat SDK 💬 | ||
Omnichannel offers an live chat widget (LCW) by default. You can use the Chat SDK to build your custom chat widget if: | ||
Omnichannel offers a live chat widget (LCW) by default. You can use the Chat SDK to build your custom chat widget if: | ||
- You want to fully customize the user interface of the chat widget to conform with your branding. | ||
- You want to integrate Omnichannel in your mobile app using React Native. | ||
- You want to integrate Omnichannel into your mobile app using React Native. | ||
- You want to integrate additional functionalities that LCW does not offer. | ||
- Some other cool ideas. Please share with us on what you've achieved with the Chat SDK! 🙂 | ||
- Some other cool ideas. Please share with us what you've achieved with the Chat SDK! 🙂 | ||
@@ -192,3 +192,3 @@ ### Feature Comparisons | ||
1. Add following *import* on top of your entry point file | ||
1. Add the following *import* on top of your entry point file | ||
```ts | ||
@@ -329,3 +329,3 @@ import 'node-libs-react-native/globals'; | ||
It gets the chat token used to initiates a chat with Omnichannel messaging client. | ||
It gets the chat token used to initiate a chat with Omnichannel messaging client. | ||
@@ -338,3 +338,3 @@ ```ts | ||
It gets the calling token used to initiates a Voice & Video Call. | ||
It gets the calling token used to initiate a Voice & Video Call. | ||
@@ -387,3 +387,3 @@ ```ts | ||
It subscribes to agent typing event. | ||
It subscribes to an agent typing event. | ||
@@ -398,3 +398,3 @@ ```ts | ||
It subscribes to agent ending the session of the conversation. | ||
It subscribes to an agent ending the session of the conversation. | ||
@@ -571,3 +571,3 @@ ```ts | ||
const context = await chatSDK.getPostChatSurveyContext(); | ||
if (context.participantJoined) { // participantJoined will be true if an agent has joined the conversation, or a bot has joined the conversation and the bot survey flag has been turned on on the admin side. | ||
if (context.participantJoined) { // participantJoined will be true if an agent has joined the conversation, or a bot has joined the conversation and the bot survey flag has been turned on the admin side. | ||
// formsProLocale is the default language you have set on the CustomerVoice portal. You can override this url parameter with any locale that CustomerVoice supports. | ||
@@ -581,3 +581,3 @@ // If "&lang=" is not set on the url, the locale will be English. | ||
} catch (ex) { | ||
// If the post chat should not be shown by any reason (e.g. post chat is not enabled), promise will be rejected. | ||
// If the post chat should not be shown for any reason (e.g. post chat is not enabled), promise will be rejected. | ||
} | ||
@@ -584,0 +584,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1356191
1