Tutorial: tracking-metrics

tracking-metrics

Tracking metrics

Metric Enable Weight Description
b1 Browser is not supported
b2 Focus changed to a different window
b3 Full-screen mode is disabled
c1 Webcam is disabled
c2 Face invisible or not looking into the camera
c3 Several faces in front of the camera
c4 Unidentified face in front of the camera
c5 Found a similar profile
c6 Face does not match the profile
m1 Microphone is not working or its volume is low
m2 Conversation or noise in the background
n1 Network connection is lost
n2 Mobile camera is disconnected
n3 Records are not saved
s1 screen activity is not shared
s2 Second display is used

Before starting, set up an integration provider webhooks.tutorial.* as follows:

{
  "authorizer": "plain",
  "integrator": "generic",
  "profile": {
    "username": "payload.username"
  },
  "register": {
    "identifier": "payload.identifier",
    "subject": "payload.subject",
    "timeout": "payload.timeout",
    "metrics": "payload.metrics",
    "addons": "payload.addons",
    "weights": "payload.weights",
    "threshold": "payload.threshold"
  }
}