Skip to main content
Version: v1

IClientJoin Interface

Contents sent with a ClientJoin message

Signature

export interface IClientJoin

Properties

Property Type Description
clientId string
detail IClient

Property Details

clientId

Signature

clientId: string;

Type: string

detail

Signature

detail: IClient;

Type: IClient