This commit is contained in:
Eudes Inácio
2022-02-02 11:58:15 +01:00
4 changed files with 69 additions and 15 deletions
@@ -371,5 +371,9 @@ export class WsChatMethodsService {
this.users = user
}
getUserOfRoom(roomId){
return this.WsChatService.getUserOfRoom(roomId);
}
}