5.11.1 api audio test

The /api/audio/test function launches an automatic test of the intecom built-in microphone and speaker. The test result is logged as an AudioLoopTest event. 

The function is part of the Audio service and the user must be assigned the Audio Control privilege for authetication if required. 

The GET or POST method can be used for this function.

The function has no parameters.

The reply is in the application/json format and includes no parameters.

Example:

GET /api/audio/test
{
  "success" : true
}