From ef8021e1a8be8aa5c85ffb5b47ba2fd3a81e921a Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 2 Feb 2022 13:23:09 -0800 Subject: [PATCH] callId -> conf_id --- src/room/GroupCallInspector.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/GroupCallInspector.jsx b/src/room/GroupCallInspector.jsx index c64f34d0..062b3ce9 100644 --- a/src/room/GroupCallInspector.jsx +++ b/src/room/GroupCallInspector.jsx @@ -85,7 +85,7 @@ function formatContent(type, content) { call["m.devices"] && call["m.devices"].length > 0 && call["m.devices"][0]; - return `callId: ${call && call["m.call_id"].slice(-4)} sessionId: ${ + return `conf_id: ${call && call["m.call_id"].slice(-4)} sessionId: ${ device && device.session_id }`; } else {