SkylinkUser

SkylinkUser

Class representing a Skylink User.

Constructor

(private) new SkylinkUser(rawApiResponse)

Parameters:
Name Type Description
rawApiResponse RawApiResponse

API response received from the API Server

Source:

Members

bufferMessage :Null|Boolean

The status of whether messages via signaling server should be buffered. Messages will be buffered if it is not a handshake message and enter message has not been sent by the user.

Source:

info :JSON

Information about this user

Source:

sid :JSON

The socket ID of the user

Source:

timeStamp :Date

TimeStamp returned by API

Source:

token :String

The user credentials or token of the user

Source:

uid :String

The user id of the user

Source: