Remove the console exporter
I'm not sure how this got left in, presumably it was not intended.
This commit is contained in:
@@ -133,6 +133,7 @@ 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