some small updates

This commit is contained in:
2024-06-28 15:27:11 +02:00
parent 7a42ab8b4e
commit f314732f3f
4 changed files with 59 additions and 40 deletions

View File

@@ -83,7 +83,7 @@ class NotificationHandler {
*/
disconnect (): void {
this.socket.disconnect();
this.socket.emit( 'create-room', {
this.socket.emit( 'delete-room', {
name: this.roomName,
token: this.roomToken
}, ( res: { status: boolean, msg: string } ) => {