Skip to content

Commit 0695f52

Browse files
committed
Log event content
Signed-off-by: Šimon Brandner <[email protected]>
1 parent f7b0cf5 commit 0695f52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webrtc/callEventHandler.ts

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ export class CallEventHandler {
171171
let call = content.call_id ? this.calls.get(content.call_id) : undefined;
172172
//console.info("RECV %s content=%s", type, JSON.stringify(content));
173173

174+
logger.log("handleCallEvent", callRoomId, groupCallId, type, event, event.getContent());
175+
174176
if (!callRoomId) return;
175177

176178
if (type === EventType.CallInvite) {

0 commit comments

Comments
 (0)