@microsoft/omnichannel-chat-sdk 1.4.8-main.8bdc55f → 1.4.8-main.aa0bd7a

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 CHANGED
@@ -2,6 +2,8 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
  ## [Unreleased]
5
+ ### Added
6
+ - Add `Attachment File Scan` to `ChatSDK.createChatAdapter()`
5
7
 
6
8
  ## [1.4.7] - 2023-09-13
7
9
  ### Changed
@@ -197,4 +199,4 @@ All notable changes to this project will be documented in this file.
197
199
 
198
200
  ## [0.1.0] - 2020-10-26
199
201
  ### Added
200
- - Initial release of Omnichannel Chat SDK v0.1.0
202
+ - Initial release of Omnichannel Chat SDK v0.1.0
package/README.md CHANGED
@@ -455,6 +455,8 @@ const chatAdapter = await chatSDK.createChatAdapter();
455
455
 
456
456
  > :warning: Currently supported on web only
457
457
 
458
+ > :warning: Please ensure voice & video call is stopped before leveraging endChat SDK method
459
+
458
460
  It fetches the SDK for Escalation to Voice & Video.
459
461
 
460
462
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.4.8-main.8bdc55f",
3
+ "version": "1.4.8-main.aa0bd7a",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"