We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3b463 commit 339451dCopy full SHA for 339451d
1 file changed
src/modules/call/webhooks/jitsi/jitsi-webhook.service.ts
@@ -190,6 +190,7 @@ export class JitsiWebhookService {
190
191
const remainingUsers = await this.roomService.countUsersInRoom(roomId);
192
if (remainingUsers === 0) {
193
+ this.logger.log({ roomId, userId }, 'Room empty, removing room');
194
await this.roomService.removeRoom(roomId);
195
}
196
0 commit comments