diff --git a/src/matrix/calls/PeerCall.ts b/src/matrix/calls/PeerCall.ts index 2b28fbef..a4ea984d 100644 --- a/src/matrix/calls/PeerCall.ts +++ b/src/matrix/calls/PeerCall.ts @@ -165,7 +165,7 @@ export class PeerCall implements IDisposable { }); listen("negotiationneeded", () => { const promiseCreator = () => { - return logItem.wrap("onNegotiationNeeded", log => { + return logItem.wrap({l: "onNegotiationNeeded", signalingState: this.peerConnection.signalingState}, log => { return this.handleNegotiation(log); }); };