Leave module¶
-
class
use_cases.room.leave.
Leave
¶ Bases:
object
Class to remove user of the room
-
static
response
(user, server, args=None) → 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 leave the room
- Returns
user obj with the changes
-
static