diff --git a/src/room/useGroupCall.ts b/src/room/useGroupCall.ts index f95056b..0126e1c 100644 --- a/src/room/useGroupCall.ts +++ b/src/room/useGroupCall.ts @@ -133,7 +133,6 @@ function getParticipants( : ConnectionState.WaitMedia : ConnectionState.EstablishingCall; } - console.log(`${member.userId} conn state is ${connectionState}`); participantInfoMap.set(deviceId, { connectionState, presenter: participant.screensharing,