Join module

class use_cases.room.join.Join

Bases: object

Class to join user in the room

static response(user: entities.ent_user.User, server, args: list)entities.ent_user.User

Performs the insertion of an user in the room

Parameters
  • server – IP where the server will be allocated

  • args – args to join in the room

Returns

user obj with the changes