Room content changed
This commit is contained in:
parent
242c9b20f7
commit
65129c0150
|
@ -218,7 +218,7 @@ addListener('connect',(global, client)=>{
|
||||||
let room = new Room();
|
let room = new Room();
|
||||||
room.accessType = "private";
|
room.accessType = "private";
|
||||||
room.joinType = "notify";
|
room.joinType = "notify";
|
||||||
room.description = 'Yourself private room, you can invite friends';
|
room.description = 'Private room';
|
||||||
room.id = client.id;
|
room.id = client.id;
|
||||||
room.name = "Your Room | " + client.id;
|
room.name = "Your Room | " + client.id;
|
||||||
room.owner = client;
|
room.owner = client;
|
||||||
|
|
Loading…
Reference in New Issue