Remove accidental log line
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user