Module

frontend/src/api/socketHandler/socketEmitter

Methods

# inner joinRoomForUser(userId)

Emits a new event that a user joined its room
Parameters:
Name Type Description
userId String Id of the user for which the room will be joined

View Source frontend/src/api/socketHandler/socketEmitter.js, line 11

# inner startRobotForUser(userId, robotId)

Emits a new event that a user wants to enqueue a robot instace for execution
Parameters:
Name Type Description
userId String Id of the user for which the robot will be started
robotId String Id of the robot which will be started

View Source frontend/src/api/socketHandler/socketEmitter.js, line 20