# stopAudioDelayDetectorTest
Description
Stop an echo test
The notification On_audioDelayDetectorTestStateChanged will provide information about the changes in the state of the echo test detector
void stopAudioDelayDetectorTest()
Response example
{
"method": "stopAudioDelayDetectorTest",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also