Skip to content

Commit 339451d

Browse files
authored
chore: add log when room removed (#44)
1 parent 0b3b463 commit 339451d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/modules/call/webhooks/jitsi/jitsi-webhook.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export class JitsiWebhookService {
190190

191191
const remainingUsers = await this.roomService.countUsersInRoom(roomId);
192192
if (remainingUsers === 0) {
193+
this.logger.log({ roomId, userId }, 'Room empty, removing room');
193194
await this.roomService.removeRoom(roomId);
194195
}
195196

0 commit comments

Comments
 (0)