Skip to content

Commit 64889bb

Browse files
committed
Log event content
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 4e18f9c commit 64889bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webrtc/callEventHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class CallEventHandler {
176176
let call = content.call_id ? this.calls.get(content.call_id) : undefined;
177177
//console.info("RECV %s content=%s", type, JSON.stringify(content));
178178

179-
logger.log("handleCallEvent", callRoomId, groupCallId, type, event);
179+
logger.log("handleCallEvent", callRoomId, groupCallId, type, event, event.getContent());
180180

181181
if (!callRoomId) return;
182182

0 commit comments

Comments
 (0)