Skip to content

Version 1.132.0

Compare
Choose a tag to compare
@zjn0505 zjn0505 released this 24 Nov 03:03
· 64 commits to master since this release
825ecc1

Released on November 23, 2023.
Compatibile with temi 132 Launcher, minimum version 17683.

Sprint 132 temi launcher and SDK bring the following features and changes.

General

SDK will not run forceStop() when temi launcher is not detected.

Tour

Face recognition

  • Return faceRect in the recognition results

Multi-language ASR

  • With 132 temi launcher, apps can wakeup() temi with list of SttLanguage
  • Kiosk app can setAsrLanguages(), the settings will persisit when the kiosk app is running.
    • Languages set from wakeup() have higher priority than setAsrLanguages
  • AsrListener will return both the text and language

Meetings

  • startTelepresence() will be supported by the same logic as startMeeting() inside temi launcher. Except it doesn't require Meetings permssion
  • startMeeting() will take a new parameter blockRobotInteraction to disable some UI to protect from misuse on temi side when doing remote call.
  • LinkBasedMeeting will take parameter blockRobotInteraction as well