Improve locale detection to ensure we fall back to supported speech to text languages
2.46.3
Fix for sessions to start without localStorage availability.
2.46.2
Fix for session starting in incognito browser windows.
2.46.1
Tweaking locale detection to better handle null or undefined input
2.46.0
Adding automatic detection of speech to text language - If no speechToTextLocales set, we will try to automatically detect a users browser language. If we cannot do that, we will fall back to en-US as the default speech to text language.
2.45.0
Added ability to, when starting a session, specify up to four languages (using locale codes) that a Digital Human should understand
2.44.6
Fixed an issue when ending a session that would cause newly created sessions to be ended shortly after.
2.44.5
Fixed issue preventing Firefox based sessions from starting
2.44.4
Updated voice activity mode to no longer request the users microphone when the session becomes live.
2.44.3
Fix for DigitalHumanUnmuted message on video play.
2.44.2
Added DigitalHumanUnmuted message when video plays in unmuted mode.
2.44.1
Optimized publish stream and improved audio performance on iOS
2.44.0
Added beta support for session resume.
2.43.0
Adding support for setting a background image and name tag image when starting a session using new fields in UneeqOptions. Url restrictions apply, please reach out to the Customer Service team.
2.42.3
Fixed issue that caused voiceActivity input not to work when using autoStart
2.42.2
Improved responsiveness of RecordingStartedMessage when using VOICE_ACTIVITY input mode.
2.42.1
Fixed behaviour in Safari so that DigitalHumanPlayedInMutedModeSuccess is emitted when video starts in muted state.
Added a new message 'DigitalHumanUnmuted'.
2.42.0
Allow digital human videos that are blocked by browser autoplay policy to be played in muted state without user interaction with the page.
2.41.1
Fix for VOICE_ACTIVITY disengaging during long utterances.
2.41.0
Added support for voice activity detection
2.40.2
Minor tweak to client performance metricing
2.40.1
Fixed an issue that would sometimes cause a session to start with no video.
2.40.0
Adds support for upcoming instructions field
2.39.8
Improvements to support upcoming feature
2.39.7
Minor fixes to support upcoming feature releases.
2.39.6
Fixed video scaling issues when running in a low bandwidth environment.
Fixed an issue that occasionally caused the video stream not to render in Safari 15
2.39.1
Support for Safari 15
2.39.0
Adding support for upcoming features
2.38.3
Improves the quality of the UneeQ watermark for customers in our Starter pricing tier
2.38.1
Fixed an issue that could cause reconnections to fail.
2.38.0
Adds support for transparent background
2.37.2
Adds hasDisplayHtml boolean to AvatarAnswerContentMessage to be able to distinguish inclusion of displayHtml
2.37.0
Adds client resolution detection to identify screen ratios.
2.36.6
Improved audio management.
2.36.4
Added ClientPerformanceMessage to identify if session quality is being impacted by client-side conditions.
Added enableClientPerformanceMessage option to control the visibility of client-side network performance messages in the developer console.
Added transcriptId to AvatarAnswerMessage, AvatarAnswerContentMessage and AvatarQuestionMessage to link between a question and an answer.
2.35.0
Fixed a bug that caused enabling/changing media devices to take a long time to be functional.
2.32.0
Users who lose network connection for more than 10 seconds will have their session ended and SessionError will occur.
2.31.1
Resolved an issue that caused Chrome to be very slow to detect network connection lost, and not send ConnectionLost message.
2.31.0
Add support for stop speaking api
Add support for AvatarRequestIgnored and AvatarRequestCompleted messages.
2.30.3
Updated readme and removed post install script.
2.30.0
Add graceful handling of end sessions messages from websocket - ending the session on the client side.
2.29.2
Added new messages: StartedSpeakingMessage, FinishedSpeakingMessage and SessionInfoMessage.