Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 506 Bytes

File metadata and controls

11 lines (6 loc) · 506 Bytes

MachineDetectionModeEnum

The machine detection mode. If set to 'async', the detection result will be sent in a 'machineDetectionComplete' callback. If set to 'sync', the 'answer' callback will wait for the machine detection to complete and will include its result.

Enum

  • Sync (value: 'sync')

  • Async (value: 'async')

[Back to Model list] [Back to API list] [Back to README]