uneeq-js 2.42.1 → 2.42.2
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/dist/index.js +5 -5
- package/dist/src/service/digital-human-video-play-manager.d.ts +1 -1
- package/dist/umd/index.js +1522 -1510
- package/package.json +1 -1
- package/readme.md +4 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
This package is for use inside web projects to establish a live session with a digital human.
|
|
3
3
|
|
|
4
4
|
## Usage and Documentation:
|
|
5
|
-
https://docs.uneeq.io
|
|
5
|
+
https://docs.uneeq.io/build-your-own-experience
|
|
6
6
|
|
|
7
7
|
#### Installation Notes
|
|
8
8
|
To use uneeq-js with a typescript version < 3.8, 'skipLibCheck' must be set to true.
|
|
9
9
|
|
|
10
10
|
## Release Notes
|
|
11
|
+
#### 2.42.2
|
|
12
|
+
* Improved responsiveness of RecordingStartedMessage when using VOICE_ACTIVITY input mode.
|
|
13
|
+
|
|
11
14
|
#### 2.42.1
|
|
12
15
|
* Fixed behaviour in Safari so that DigitalHumanPlayedInMutedModeSuccess is emitted when video starts in muted state.
|
|
13
16
|
* Added a new message 'DigitalHumanUnmuted'.
|