- add method get user from room in ws api

- Modified logout method
This commit is contained in:
tiago.kayaya
2022-02-02 11:57:11 +01:00
parent 49146e61da
commit 7237d90653
4 changed files with 69 additions and 15 deletions
@@ -361,5 +361,9 @@ export class WsChatMethodsService {
this.users = user
}
getUserOfRoom(roomId){
return this.WsChatService.getUserOfRoom(roomId);
}
}