diff --git a/src/webrtc/groupCall.ts b/src/webrtc/groupCall.ts index e20d388a2..737528253 100644 --- a/src/webrtc/groupCall.ts +++ b/src/webrtc/groupCall.ts @@ -676,7 +676,7 @@ export class GroupCall extends TypedEventEmitter< return; } - logger.log(`GroupCall: incoming call from: ${opponentMemberId}`); + logger.log(`GroupCall: incoming call from: ${opponentMemberId} with ID ${newCall.callId}`); // we are handlng this call as a PTT call, so enable PTT semantics newCall.isPtt = this.isPtt;