From 60b6bc6f7545b67f26555f0b206a0d661cad9b9a Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Fri, 28 Jan 2022 19:34:15 +0100 Subject: [PATCH] Updating of warning message when we try to close screen sharing Trying to close screen sharing is alway process when a peer connection is closed. Signed-off-by: Gregoire Parant --- front/src/WebRtc/SimplePeer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }