Skip to main content

Type Alias: SessionLeaveReason

type SessionLeaveReason = "left-on-condition" | "disconnected" | "stopped";

Defined in: livelink.clients/livelink.agent/sources/Agent.ts:32

The reason why the agent left a session.

  • "left-on-condition": the agent left because the leave condition was met for longer than the configured leave_on_condition.after_seconds.
  • "disconnected": the connection to the session was lost.
  • "stopped": the agent left deliberately, either via Agent.stop or Agent.leave.