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.WaitMedia
|
||||||
: ConnectionState.EstablishingCall;
|
: ConnectionState.EstablishingCall;
|
||||||
}
|
}
|
||||||
console.log(`${member.userId} conn state is ${connectionState}`);
|
|
||||||
participantInfoMap.set(deviceId, {
|
participantInfoMap.set(deviceId, {
|
||||||
connectionState,
|
connectionState,
|
||||||
presenter: participant.screensharing,
|
presenter: participant.screensharing,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue