# stopAudioDelayDetectorTest
Description: Stop an echo test.
The notification audioDelayDetectorTestStateChanged will provide information about the changes in the state of the echo test detector.
Example:
{
"method": "stopAudioDelayDetectorTest",
"requestId" : "1"
}
Response example:
{
"method": "stopAudioDelayDetectorTest",
"requestId" : "1",
"result": true
}
Parameter description:
requestId
- a unique request identifier. You can learn more about it here.
See also: