Send spans for state events

This commit is contained in:
David Baker
2023-03-16 18:08:28 +00:00
parent 31450219c8
commit 521b0a857a
2 changed files with 30 additions and 3 deletions

View File

@@ -382,6 +382,8 @@ function useGroupCallState(
callStateEvent,
memberStateEvents,
});
otelGroupCallMembership.onUpdateRoomState(event);
}
function onReceivedVoipEvent(event: MatrixEvent) {