Class: ClientJoinedEvent<ClientType>
Defined in: livelink.clients/livelink.base/sources/session/SessionEvents.ts:83
Event emitted when a client joins the session.
Dispatched by Session as on-client-joined.
Extends
Event
Type Parameters
| Type Parameter | Default type |
|---|---|
ClientType extends Client | Client |
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
client | readonly | ClientType | The client that joined the session. |