diff --git a/src/matrix/calls/PeerCall.ts b/src/matrix/calls/PeerCall.ts index edc245a4..c45529e9 100644 --- a/src/matrix/calls/PeerCall.ts +++ b/src/matrix/calls/PeerCall.ts @@ -300,7 +300,7 @@ export class PeerCall implements IDisposable { } handleIncomingSignallingMessage(message: SignallingMessage, partyId: PartyId): Promise { - return this.logItem.wrap({l: "receive", id: message.type, callId: message.content.call_id}, async log => { + return this.logItem.wrap({l: "receive", id: message.type, callId: message.content.call_id, payload: message}, async log => { switch (message.type) { case EventType.Invite: if (this.callId !== message.content.call_id) {