More debugging for multiple group calls (#2766)

This commit is contained in:
David Baker
2022-10-17 20:14:44 +01:00
committed by GitHub
parent 3c33c422e6
commit dfe535bc07
+5
View File
@@ -125,6 +125,11 @@ export class GroupCallEventHandler {
continue;
}
logger.debug(
`Choosing group call ${callEvent.getStateKey()} with TS ` +
`${callEvent.getTs()} for room ${room.roomId} from ${callEvents.length} possible calls.`,
);
this.createGroupCallFromRoomStateEvent(callEvent);
break;
}