ServerClient

ServerClient

Server-side representation of a soundworks client.

Members

id :Number

Description:
  • Session Id (incremented positive number).

Source:

Session Id (incremented positive number).

Type:
  • Number

role :String

Description:
  • Client role, as specified in client side config Client.

Source:

Client role, as specified in client side config Client.

Type:
  • String

socket :ServerSocket

Description:
  • Socket connection with the remote Client.

Source:

Socket connection with the remote Client.

Type:

uuid :String

Description:
  • Unique session Id (uuidv4).

Source:

Unique session Id (uuidv4).

Type:
  • String