diff --git a/src/GroupCallInspector.jsx b/src/GroupCallInspector.jsx index f4e9d1d0..53b54c50 100644 --- a/src/GroupCallInspector.jsx +++ b/src/GroupCallInspector.jsx @@ -9,6 +9,7 @@ function getCallUserId(call) { function getCallState(call) { return { + id: call.callId, opponentMemberId: getCallUserId(call), state: call.state, direction: call.direction, @@ -121,7 +122,7 @@ export function GroupCallInspector({ client, groupCall, show }) { }, [toDeviceEvents]); return ( - + {show && (