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