This commit is contained in:
Peter Maquiran
2022-02-08 17:44:15 +01:00
parent cef4c39d6e
commit 6a5a486293
15 changed files with 144 additions and 80 deletions
@@ -6,7 +6,8 @@ import { ChatService } from '../chat.service';
})
export class ChatMethodsService {
constructor(private chatService: ChatService) {
constructor(
private chatService: ChatService) {
}
sendMessage(roomId:string, data:any) {