Create module¶
-
class
use_cases.room.create.
Create
¶ Bases:
object
Class to create room in server
-
static
response
(user: entities.ent_user.User, server, args: list) → entities.ent_user.User¶ Performs the creation of a room in the Server
- Parameters
server – IP where the server will be allocated
args – args to create the room
- Returns
user obj with the changes
-
static