getAudioDelayDetectorInfo

TrueConf7/5/26Less than 1 minute

getAudioDelayDetectorInfo

Description

Obtain echo test information

void getAudioDelayDetectorInfo()

Response example

{
   "method" : "getAudioDelayDetectorInfo",
   "requestId" : "1",
   "result" : true,
   "state" : 1,
   "delay" : 10
}

Response Parameters

NameDescription
stateState
• 0 - ready
• 1 - is now being executed
• 2 - failed to execute
• 3 - unavailable
delayThe delay value specified in milliseconds. This field will not be included, if the current value will be set by default
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: