Skip to content

[2.0.0] - Release Notes

In this version...

Changed

  • Enrollment and Authentication endpoints should be called with audios and templates encrypted, and the response will be encrypted too.

  • The format for responses of Bad Request errors and Internal Server Errors has changed. Now the response is a json with the following format:

    • Bad Request:

      {
        "status": 400,
        "error": "BadRequest",
        "timeStamp": "2022-01-14T10:42:05.521922Z"
      }
      

    • Internal Server Error:

      {
        "status": 500,
        "error": "Voice-SDK Exception",
        "exception": "Bad format",
        "timeStamp": "2022-01-14T10:42:05.521922Z"
      }