FaceSDK.presentFaceCaptureActivity( json => { var response = FaceCaptureResponse.fromJson(JSON.parse(json)); console.log(response); } Always return response : {"exception": {"errorCode": "TIMEOUT", "message": "Timeout"}, "image": null}