|
@@ -136,10 +136,10 @@ export class UsersService {
|
|
|
} else {
|
|
|
socket &&
|
|
|
socket.emit('manager-error', {
|
|
|
- type: 'invalid-room-params',
|
|
|
- code: 403,
|
|
|
+ type: 'ttl-out',
|
|
|
+ code: 410,
|
|
|
});
|
|
|
- this.roomService.handleRoomDismiss(RoomId);
|
|
|
+ await this.roomService.handleRoomDismiss(RoomId);
|
|
|
socket.disconnect();
|
|
|
}
|
|
|
}
|