@microsoft/omnichannel-chat-sdk 1.0.1-main.8af1160 → 1.0.1-main.935a7e1
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/CHANGELOG.md +29 -0
- package/README.md +115 -73
- package/lib/OmnichannelChatSDK.d.ts +10 -4
- package/lib/OmnichannelChatSDK.js +399 -199
- package/lib/OmnichannelChatSDK.js.map +1 -1
- package/lib/api/createVoiceVideoCalling.js +6 -2
- package/lib/api/createVoiceVideoCalling.js.map +1 -1
- package/lib/config/settings.d.ts +1 -1
- package/lib/config/settings.js +1 -1
- package/lib/config/settings.js.map +1 -1
- package/lib/core/ChatConfig.d.ts +5 -0
- package/lib/core/ChatSDKExceptionDetails.d.ts +5 -0
- package/lib/core/ChatSDKExceptionDetails.js +3 -0
- package/lib/core/ChatSDKExceptionDetails.js.map +1 -0
- package/lib/core/ChatTranscriptBody.d.ts +1 -1
- package/lib/core/LiveWorkItemDetails.d.ts +2 -0
- package/lib/core/OmnichannelErrorCodes.d.ts +4 -0
- package/lib/core/OmnichannelErrorCodes.js +8 -0
- package/lib/core/OmnichannelErrorCodes.js.map +1 -0
- package/lib/core/PostChatContext.d.ts +6 -0
- package/lib/core/PostChatContext.js +3 -0
- package/lib/core/PostChatContext.js.map +1 -0
- package/lib/core/messaging/ACSClient.js +1 -1
- package/lib/core/messaging/ACSClient.js.map +1 -1
- package/lib/core/messaging/ChatAdapterOptionalParams.d.ts +14 -0
- package/lib/core/messaging/ChatAdapterOptionalParams.js +3 -0
- package/lib/core/messaging/ChatAdapterOptionalParams.js.map +1 -0
- package/lib/core/messaging/MessageTags.d.ts +2 -0
- package/lib/core/messaging/MessageTags.js +4 -2
- package/lib/core/messaging/MessageTags.js.map +1 -1
- package/lib/external/ACSAdapter/createChannelDataEgressMiddleware.d.ts +5 -0
- package/lib/external/ACSAdapter/createChannelDataEgressMiddleware.js +34 -0
- package/lib/external/ACSAdapter/createChannelDataEgressMiddleware.js.map +1 -0
- package/lib/external/ACSAdapter/createFormatEgressTagsMiddleware.d.ts +2 -0
- package/lib/external/ACSAdapter/createFormatEgressTagsMiddleware.js +31 -0
- package/lib/external/ACSAdapter/createFormatEgressTagsMiddleware.js.map +1 -0
- package/lib/external/ACSAdapter/createFormatIngressTagsMiddleware.d.ts +2 -0
- package/lib/external/ACSAdapter/createFormatIngressTagsMiddleware.js +25 -0
- package/lib/external/ACSAdapter/createFormatIngressTagsMiddleware.js.map +1 -0
- package/lib/external/CallingSDK/ICallingSDKLogData.d.ts +7 -0
- package/lib/external/CallingSDK/ICallingSDKLogData.js +3 -0
- package/lib/external/CallingSDK/ICallingSDKLogData.js.map +1 -0
- package/lib/external/IC3Adapter/IIC3AdapterOptions.d.ts +12 -0
- package/lib/index.d.ts +7 -6
- package/lib/index.js +13 -8
- package/lib/index.js.map +1 -1
- package/lib/telemetry/AriaTelemetry.d.ts +1 -0
- package/lib/telemetry/AriaTelemetry.js +55 -0
- package/lib/telemetry/AriaTelemetry.js.map +1 -1
- package/lib/telemetry/ScenarioMarker.d.ts +2 -0
- package/lib/telemetry/ScenarioMarker.js +7 -3
- package/lib/telemetry/ScenarioMarker.js.map +1 -1
- package/lib/telemetry/ScenarioType.d.ts +1 -0
- package/lib/telemetry/ScenarioType.js +1 -0
- package/lib/telemetry/ScenarioType.js.map +1 -1
- package/lib/telemetry/TelemetryEvent.d.ts +2 -1
- package/lib/telemetry/TelemetryEvent.js +1 -0
- package/lib/telemetry/TelemetryEvent.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1095 -1287
- package/lib/utils/WebUtils.d.ts +3 -1
- package/lib/utils/WebUtils.js +8 -2
- package/lib/utils/WebUtils.js.map +1 -1
- package/lib/utils/locale.d.ts +4 -0
- package/lib/utils/locale.js +61 -0
- package/lib/utils/locale.js.map +1 -0
- package/lib/utils/loggers.d.ts +25 -0
- package/lib/utils/loggers.js +93 -1
- package/lib/utils/loggers.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
|
4
4
|
## [Unreleased]
|
5
5
|
|
6
|
+
### Added
|
7
|
+
- Add `getPostChatSurveyContext` API method
|
8
|
+
- Add `GetPostChatSurveyContext` telemetry event
|
9
|
+
- Add `widgetId` & `clientMessageId` as metadata on sending message
|
10
|
+
- Update `ChatConfig` interface with `LiveChatVersion`, `allowedFileExtensions` & `maxUploadFileSize` properties
|
11
|
+
- Add ability to automatically detect locale from chat config
|
12
|
+
- Add `runtimeId` attribute in `OmnichannelChatSDK` & `ChatSDKRuntimeId` field in telemetry
|
13
|
+
- Add ability to automatically pass locale from chat config on calling `ChatSDK.emailLiveChatTranscript()`
|
14
|
+
- Bubble up `WidgetUseOutsideOperatingHour` exception
|
15
|
+
- Add `acs_webchat-chat-adapter` middleware to add default `channelData.tags` & `channelData.metadata`
|
16
|
+
- Update `ChatConfig` interface with `msdyn_enablemarkdown` property
|
17
|
+
- Throw exception on `ChatSDK.getVoiceVideoCalling()` if feature is disabled or platform is not supported
|
18
|
+
- Add `participantType` & `canRenderPostChat` as response of getConversationDetails() API
|
19
|
+
- Add support for separate bot post chat survey feature
|
20
|
+
|
21
|
+
### Fix
|
22
|
+
- Add `acs_webchat-chat-adapter` middlewares to format `channelData.tags`
|
23
|
+
- Skip `session init` call on existing conversation
|
24
|
+
- Fix `chat reconnect` not ending the conversation on calling `ChatSDK.endChat()`
|
25
|
+
- Fix on messaging client not sending heartbeat on new conversations subsequent to the first conversation
|
26
|
+
- Fix `ChatSDK.getConversationDetails()` not passing `authenticatedUserToken`
|
27
|
+
- Fix `IC3Client.dispose()` called when `IC3Client` is `undefined`
|
28
|
+
|
29
|
+
### Changed
|
30
|
+
- README: added examples on usages of the post chat APIs.
|
31
|
+
- Uptake [@azure/communication-chat@1.1.1](https://www.npmjs.com/package/@azure/communication-chat/v/1.1.1)
|
32
|
+
- Uptake [acs_webchat-chat-adapter@0.0.35-beta.2](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.2/dist/chat-adapter.js)
|
33
|
+
- Update `locale` property in `ChatTranscriptBody` interface to be optional
|
34
|
+
|
6
35
|
## [1.0.0] - 2021-10-08
|
7
36
|
### Added
|
8
37
|
- Add `GetAuthToken` & `GetPreChatSurvey` telemetry events
|
package/README.md
CHANGED
@@ -14,7 +14,7 @@ Please make sure you have a chat widget configured before using this package or
|
|
14
14
|
- [Installation on React Native](#installation-on-react-native)
|
15
15
|
- [API Reference](#api-reference)
|
16
16
|
- [API Examples](#api-examples)
|
17
|
-
- [Sample Apps](samples
|
17
|
+
- [Sample Apps](https://github.com/microsoft/omnichannel-chat-sdk-samples)
|
18
18
|
- [Common Scenarios](#common-scenarios)
|
19
19
|
- [Feature Comparisons](#feature-comparisons)
|
20
20
|
- [Telemetry](#telemetry)
|
@@ -35,14 +35,12 @@ Omnichannel offers an live chat widget (LCW) by default. You can use the Chat SD
|
|
35
35
|
| Bring Your Own Widget | ❌ | ✔ | |
|
36
36
|
| Web Support | ✔ | ✔ |
|
37
37
|
| React Native Support | ❌ | ✔ |
|
38
|
-
| Escalation to Voice & Video | ✔ |
|
39
|
-
| Co-browse | ✔ |
|
40
|
-
| Screen Sharing | ✔ |
|
38
|
+
| Escalation to Voice & Video | ✔ | ✔ | Only supported on Web |
|
39
|
+
| Co-browse | ✔ | 3rd party add-on | Only supported on Web |
|
40
|
+
| Screen Sharing | ✔ | 3rd party add-on | Only supported on Web |
|
41
41
|
| Authenticated Chat | ✔ | ✔ |
|
42
42
|
| Pre-chat Survey | ✔ | ✔ |
|
43
|
-
| Post-chat Survey | ✔ |
|
44
|
-
| Queue Position | ✔ | ✔ |
|
45
|
-
| Average Wait Time | ✔ | ✔ |
|
43
|
+
| Post-chat Survey | ✔ | ✔ |
|
46
44
|
| Download Transcript | ✔ | ✔ |
|
47
45
|
| Email Transcript | ✔ | ✔ |
|
48
46
|
| Data Masking | ✔ | ✔ |
|
@@ -52,6 +50,8 @@ Omnichannel offers an live chat widget (LCW) by default. You can use the Chat SD
|
|
52
50
|
| Persistent Chat | ✔ | ✔ |
|
53
51
|
| Chat Reconnect | ✔ | ✔ |
|
54
52
|
| Operating Hours | ✔ | ✔ |
|
53
|
+
| Queue Position | ✔ | ✔ | No SDK method. Handled as *system message* |
|
54
|
+
| Average Wait Time | ✔ | ✔ | No SDK method. Handled as *system message* |
|
55
55
|
|
56
56
|
**\*** BYOI: Bring Your Own Implementation
|
57
57
|
|
@@ -65,7 +65,26 @@ Omnichannel offers an live chat widget (LCW) by default. You can use the Chat SD
|
|
65
65
|
|
66
66
|
The following steps will be required to run Omnichannel Chat SDK on React Native:
|
67
67
|
|
68
|
-
1.
|
68
|
+
1. Install `node-libs-react-native`
|
69
|
+
```
|
70
|
+
npm install node-libs-react-native --save-dev
|
71
|
+
```
|
72
|
+
|
73
|
+
1. Install `react-native-randomBytes`
|
74
|
+
```
|
75
|
+
npm install react-native-randombytes --save-dev
|
76
|
+
```
|
77
|
+
|
78
|
+
1. Install `react-native-get-random-values`
|
79
|
+
```
|
80
|
+
npm install react-native-get-random-values --save-dev
|
81
|
+
```
|
82
|
+
|
83
|
+
1. Install `react-native-url-polyfill`
|
84
|
+
```
|
85
|
+
npm install react-native-url-polyfill --save-dev
|
86
|
+
```
|
87
|
+
|
69
88
|
1. Update *metro.config.js* to use React Native compatible Node Core modules
|
70
89
|
```ts
|
71
90
|
module.exports = {
|
@@ -80,14 +99,11 @@ The following steps will be required to run Omnichannel Chat SDK on React Native
|
|
80
99
|
};
|
81
100
|
```
|
82
101
|
|
83
|
-
1.
|
102
|
+
1. Add following *import* on top of your entry point file
|
84
103
|
```ts
|
85
104
|
import 'node-libs-react-native/globals';
|
86
|
-
|
87
|
-
|
88
|
-
1. Install `react-native-randomBytes`
|
89
|
-
```
|
90
|
-
npm install react-native-randombytes --save-dev
|
105
|
+
import 'react-native-get-random-values';
|
106
|
+
import 'react-native-url-polyfill';
|
91
107
|
```
|
92
108
|
|
93
109
|
## API Reference
|
@@ -115,8 +131,9 @@ The following steps will be required to run Omnichannel Chat SDK on React Native
|
|
115
131
|
| OmnichannelChatSDK.getLiveChatTranscript() | Get transcript data (JSON) | |
|
116
132
|
| OmnichannelChatSDK.uploadFileAttachment() | Send file attachment | |
|
117
133
|
| OmnichannelChatSDK.downloadFileAttachment() | Download file attachment | |
|
118
|
-
| OmnichannelChatSDK.createChatAdapter() | Get
|
119
|
-
| OmnichannelChatSDK.getVoiceVideoCalling() | Get VoiceVideoCall SDK for Escalation to Voice & Video| **Web only** |
|
134
|
+
| OmnichannelChatSDK.createChatAdapter() | Get Chat Adapter | **Web only** |
|
135
|
+
| OmnichannelChatSDK.getVoiceVideoCalling() | Get VoiceVideoCall SDK for Escalation to Voice & Video | **Web only** |
|
136
|
+
| OmnichannelChatSDK.getPostChatSurveyContext() | Get post chat survey link, survey locale, and whether an agent has joined the survey | |
|
120
137
|
|
121
138
|
## API examples
|
122
139
|
|
@@ -194,6 +211,21 @@ The following steps will be required to run Omnichannel Chat SDK on React Native
|
|
194
211
|
const preChatSurvey = await getPreChatSurvey(parseToJSON); // Adaptive Cards payload data as string
|
195
212
|
```
|
196
213
|
|
214
|
+
### Get PostChat Survey
|
215
|
+
```ts
|
216
|
+
try {
|
217
|
+
const context = await chatSDK.getPostChatSurveyContext();
|
218
|
+
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.
|
219
|
+
// formsProLocale is the default language you have set on the CustomerVoice portal. You can override this url parameter with any locale that CustomerVoice supports.
|
220
|
+
// If "&lang=" is not set on the url, the locale will be English.
|
221
|
+
const linkToSend = context.surveyInviteLink + "&lang=" + context.formsProLocale;
|
222
|
+
// This link is accessible and will redirect to the survey page. Use it as you see fit.
|
223
|
+
}
|
224
|
+
} catch (ex) {
|
225
|
+
// If the post chat should not be shown by any reason (e.g. post chat is not enabled), promise will be rejected.
|
226
|
+
}
|
227
|
+
```
|
228
|
+
|
197
229
|
### Start Chat
|
198
230
|
```ts
|
199
231
|
const customContext = {
|
@@ -303,8 +335,7 @@ The following steps will be required to run Omnichannel Chat SDK on React Native
|
|
303
335
|
```ts
|
304
336
|
const body = {
|
305
337
|
emailAddress: 'contoso@microsoft.com',
|
306
|
-
attachmentMessage: 'Attachment Message'
|
307
|
-
locale: 'en-us'
|
338
|
+
attachmentMessage: 'Attachment Message'
|
308
339
|
};
|
309
340
|
await chatSDK.emailLiveChatTranscript(body);
|
310
341
|
```
|
@@ -565,82 +596,93 @@ The following steps will be required to run Omnichannel Chat SDK on React Native
|
|
565
596
|
console.log("VoiceVideoCalling loaded");
|
566
597
|
} catch (e) {
|
567
598
|
console.log(`Failed to load VoiceVideoCalling: ${e}`);
|
599
|
+
|
600
|
+
if (e.message === 'UnsupportedPlatform') {
|
601
|
+
// Voice Video Calling feature is not supported on this platform
|
602
|
+
}
|
603
|
+
|
604
|
+
if (e.message === 'FeatureDisabled') {
|
605
|
+
// Voice Video Calling feature is disabled on admin side
|
606
|
+
}
|
568
607
|
}
|
569
608
|
|
570
609
|
await chatSDK.startChat();
|
571
610
|
|
572
611
|
const chatToken: any = await chatSDK.getChatToken();
|
573
612
|
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
613
|
+
// Initialize only if VoiceVideoCallingSDK is defined
|
614
|
+
if (VoiceVideoCallingSDK) {
|
615
|
+
try {
|
616
|
+
await VoiceVideoCallingSDK.initialize({
|
617
|
+
chatToken,
|
618
|
+
selfVideoHTMLElementId: 'selfVideo', // HTML element id where video stream of the agent will be rendered
|
619
|
+
remoteVideoHTMLElementId: 'remoteVideo', // HTML element id where video stream of the customer will be rendered
|
620
|
+
OCClient: chatSDK.OCClient
|
621
|
+
});
|
622
|
+
} catch (e) {
|
623
|
+
console.error("Failed to initialize VoiceVideoCalling!");
|
624
|
+
}
|
584
625
|
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
626
|
+
// Triggered when there's an incoming call
|
627
|
+
VoiceVideoCallingSDK.onCallAdded(() => {
|
628
|
+
...
|
629
|
+
});
|
589
630
|
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
631
|
+
// Triggered when local video stream is available (e.g.: Local video added succesfully in selfVideoHTMLElement)
|
632
|
+
VoiceVideoCallingSDK.onLocalVideoStreamAdded(() => {
|
633
|
+
...
|
634
|
+
});
|
594
635
|
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
636
|
+
// Triggered when local video stream is unavailable (e.g.: Customer turning off local video)
|
637
|
+
VoiceVideoCallingSDK.onLocalVideoStreamRemoved(() => {
|
638
|
+
...
|
639
|
+
});
|
599
640
|
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
641
|
+
// Triggered when remote video stream is available (e.g.: Remote video added succesfully in remoteVideoHTMLElement)
|
642
|
+
VoiceVideoCallingSDK.onRemoteVideoStreamAdded(() => {
|
643
|
+
...
|
644
|
+
});
|
604
645
|
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
646
|
+
// Triggered when remote video stream is unavailable (e.g.: Agent turning off remote video)
|
647
|
+
VoiceVideoCallingSDK.onRemoteVideoStreamRemoved(() => {
|
648
|
+
...
|
649
|
+
});
|
609
650
|
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
651
|
+
// Triggered when current call has ended or disconnected regardless the party
|
652
|
+
VoiceVideoCalling.onCallDisconnected(() => {
|
653
|
+
...
|
654
|
+
});
|
614
655
|
|
615
|
-
|
616
|
-
|
656
|
+
// Check if microphone is muted
|
657
|
+
const isMicrophoneMuted = VoiceVideoCallingSDK.isMicrophoneMuted();
|
617
658
|
|
618
|
-
|
619
|
-
|
659
|
+
// Check if remote video is available
|
660
|
+
const isRemoteVideoEnabled = VoiceVideoCallingSDK.isRemoteVideoEnabled();
|
620
661
|
|
621
|
-
|
622
|
-
|
662
|
+
// Check if local video is available
|
663
|
+
const isLocalVideoEnabled = VoiceVideoCallingSDK.isLocalVideoEnabled();
|
623
664
|
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
665
|
+
// Accepts incoming call
|
666
|
+
const acceptCallConfig = {
|
667
|
+
withVideo: true // Accept call with/without video stream
|
668
|
+
};
|
669
|
+
await VoiceVideoCallingSDK.acceptCall(acceptCallConfig);
|
629
670
|
|
630
|
-
|
631
|
-
|
671
|
+
// Rejects incoming call
|
672
|
+
await VoiceVideoCallingSDK.rejectCall();
|
632
673
|
|
633
|
-
|
634
|
-
|
674
|
+
// Ends/Stops current call
|
675
|
+
await VoiceVideoCallingSDK.stopCall();
|
635
676
|
|
636
|
-
|
637
|
-
|
677
|
+
// Mute/Unmute current call
|
678
|
+
await VoiceVideoCallingSDK.toggleMute()
|
638
679
|
|
639
|
-
|
640
|
-
|
680
|
+
// Display/Hide local video of current call
|
681
|
+
await VoiceVideoCallingSDK.toggleLocalVideo()
|
641
682
|
|
642
|
-
|
643
|
-
|
683
|
+
// Clean up VoiceVideoCallingSDK (e.g.: Usually called when customer ends chat session)
|
684
|
+
VoiceVideoCallingSDK.close();
|
685
|
+
}
|
644
686
|
```
|
645
687
|
|
646
688
|
## Feature Comparisons
|
@@ -1,11 +1,12 @@
|
|
1
1
|
import ACSClient from "./core/messaging/ACSClient";
|
2
|
+
import { ParticipantsRemovedEvent } from '@azure/communication-signaling';
|
3
|
+
import ChatAdapterOptionalParams from "./core/messaging/ChatAdapterOptionalParams";
|
2
4
|
import ChatConfig from "./core/ChatConfig";
|
3
5
|
import ChatReconnectContext from "./core/ChatReconnectContext";
|
4
6
|
import ChatReconnectOptionalParams from "./core/ChatReconnectOptionalParams";
|
5
7
|
import ChatSDKConfig from "./core/ChatSDKConfig";
|
6
8
|
import ChatSDKMessage from "./core/messaging/ChatSDKMessage";
|
7
9
|
import ChatTranscriptBody from "./core/ChatTranscriptBody";
|
8
|
-
import { ParticipantsRemovedEvent } from '@azure/communication-signaling';
|
9
10
|
import FileMetadata from "@microsoft/omnichannel-amsclient/lib/FileMetadata";
|
10
11
|
import FramedClient from "@microsoft/omnichannel-amsclient/lib/FramedClient";
|
11
12
|
import FramedlessClient from "@microsoft/omnichannel-amsclient/lib/FramedlessClient";
|
@@ -13,16 +14,17 @@ import IChatToken from "./external/IC3Adapter/IChatToken";
|
|
13
14
|
import IFileInfo from "@microsoft/omnichannel-ic3core/lib/interfaces/IFileInfo";
|
14
15
|
import IFileMetadata from "@microsoft/omnichannel-ic3core/lib/model/IFileMetadata";
|
15
16
|
import IMessage from "@microsoft/omnichannel-ic3core/lib/model/IMessage";
|
16
|
-
import OmnichannelConfig from "./core/OmnichannelConfig";
|
17
17
|
import IRawMessage from "@microsoft/omnichannel-ic3core/lib/model/IRawMessage";
|
18
18
|
import IRawThread from "@microsoft/omnichannel-ic3core/lib/interfaces/IRawThread";
|
19
19
|
import LiveChatContext from "./core/LiveChatContext";
|
20
20
|
import LiveWorkItemDetails from "./core/LiveWorkItemDetails";
|
21
|
-
import
|
21
|
+
import OmnichannelConfig from "./core/OmnichannelConfig";
|
22
22
|
import OmnichannelMessage from "./core/messaging/OmnichannelMessage";
|
23
|
+
import OnNewMessageOptionalParams from "./core/messaging/OnNewMessageOptionalParams";
|
23
24
|
import StartChatOptionalParams from "./core/StartChatOptionalParams";
|
24
25
|
declare class OmnichannelChatSDK {
|
25
26
|
private debug;
|
27
|
+
runtimeId: string;
|
26
28
|
OCSDKProvider: unknown;
|
27
29
|
IC3SDKProvider: unknown;
|
28
30
|
OCClient: any;
|
@@ -32,6 +34,7 @@ declare class OmnichannelChatSDK {
|
|
32
34
|
omnichannelConfig: OmnichannelConfig;
|
33
35
|
chatSDKConfig: ChatSDKConfig;
|
34
36
|
isInitialized: boolean;
|
37
|
+
localeId: string;
|
35
38
|
requestId: string;
|
36
39
|
private chatToken;
|
37
40
|
private liveChatConfig;
|
@@ -48,6 +51,7 @@ declare class OmnichannelChatSDK {
|
|
48
51
|
private ocSdkLogger;
|
49
52
|
private acsClientLogger;
|
50
53
|
private acsAdapterLogger;
|
54
|
+
private callingSdkLogger;
|
51
55
|
private isPersistentChat;
|
52
56
|
private isChatReconnect;
|
53
57
|
private reconnectId;
|
@@ -79,12 +83,14 @@ declare class OmnichannelChatSDK {
|
|
79
83
|
downloadFileAttachment(fileMetadata: FileMetadata | IFileMetadata): Promise<Blob>;
|
80
84
|
emailLiveChatTranscript(body: ChatTranscriptBody): Promise<any>;
|
81
85
|
getLiveChatTranscript(): Promise<any>;
|
82
|
-
createChatAdapter(
|
86
|
+
createChatAdapter(optionalParams?: ChatAdapterOptionalParams): Promise<unknown>;
|
83
87
|
getVoiceVideoCalling(params?: any): Promise<any>;
|
88
|
+
getPostChatSurveyContext(): Promise<any>;
|
84
89
|
private getIC3Client;
|
85
90
|
private getChatConfig;
|
86
91
|
private resolveIC3ClientUrl;
|
87
92
|
private resolveChatAdapterUrl;
|
88
93
|
private updateChatToken;
|
94
|
+
private setAuthTokenProvider;
|
89
95
|
}
|
90
96
|
export default OmnichannelChatSDK;
|