# 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 — 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. You can learn more about it here.

See also: