# getAudioDelayDetectorInfo
Description
Obtain echo test information
void getAudioDelayDetectorInfo()
Response example
{
"method" : "getAudioDelayDetectorInfo",
"requestId" : "1",
"result" : true,
"state" : 1,
"delay" : 10
}
Response Parameters
Name | Description |
---|---|
state | State • 0 - ready • 1 - is now being executed • 2 - failed to execute • 3 - unavailable |
delay | The delay value specified in milliseconds. This field will not be included, if the current value will be set by default |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also