# getAudioDelayDetectorInfo
Description: Obtain echo test information.
Example:
{
"method": "getAudioDelayDetectorInfo",
"requestId" : "1"
}
Response example:
{
"method" : "getAudioDelayDetectorInfo",
"requestId" : "1",
"result" : true,
"state" : 1,
"delay" : 10
}
Parameter description:
state
— State0
— ready1
— is now being executed2
— failed to execute3
— unavailable
delay
— the delay value specified in milliseconds. This field will not be included, if the current value will be set by defaultrequestId
- a unique request identifier. You can learn more about it here.
See also: