Class: SessionLeftEvent
Defined in: livelink.clients/livelink.agent/sources/AgentEvents.ts:86
Event emitted when the agent has left a session.
Dispatched by Agent as on-session-left.
Extends
Event
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
livelink | readonly | Livelink | The livelink of the left session. |
reason | readonly | "left-on-condition" | "disconnected" | "stopped" | The reason why the session was left. |