diff --git a/front/src/WebRtc/SimplePeer.ts b/front/src/WebRtc/SimplePeer.ts index 81ef5832..fdd95748 100644 --- a/front/src/WebRtc/SimplePeer.ts +++ b/front/src/WebRtc/SimplePeer.ts @@ -259,7 +259,7 @@ export class SimplePeer { console.warn( "closeScreenSharingConnection => Tried to close connection for user " + userId + - " but could not find user" + " but could not find user or no peer connection started" ); return; }