Interface: ClientJoinedEvent<ClientType>
Defined in: livelink.clients/livelink.js/sources/session/SessionEvents.ts:18
Event emitted when a client joins the session.
Dispatched by Session as on-client-joined.
The browser SDK resolves clients as its own Client subclass, so the shared client lifecycle event is re-exported here with its type parameter rebound to the browser Client (the shared base defaults it to the headless client). Declared as an interface rather than a type alias so the payload it carries is documented on the type consumers actually see.
Extends
ClientJoinedEvent<ClientType>
Type Parameters
| Type Parameter | Default type |
|---|---|
ClientType extends Client | Client |
Properties
| Property | Modifier | Type | Description | Overrides |
|---|---|---|---|---|
client | readonly | ClientType | The client that joined the session. | ClientJoinedEventBase.client |