Remove accidental log line
This commit is contained in:
parent
7153ead8cb
commit
ecc3693c47
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue