Methods
# inner errorRoomConnection()
Registers listener on faulty connection to a user room
# inner newClientJoined()
Registers listener when a new client joins the room
# inner newRobotMonitorUpdate(logSetterMethod)
Register listener when a new robot log update has been send
Parameters:
Name | Type | Description |
---|---|---|
logSetterMethod |
function | Method reference to update the state of the log in the robotInteractionCockpit |
# inner newRobotStatusUpdate(statusSetterMethod)
Register listener on when a new robot status has been set
Parameters:
Name | Type | Description |
---|---|---|
statusSetterMethod |
function | Method reference to update the status of the log in the robotInteractionCockpit |
# inner successRoomConnection()
Registers listener on successful connection to a user room