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 <g.parant@thecodingmachine.com>
This commit is contained in:
parent
31b7b5aa08
commit
60b6bc6f75
@ -259,7 +259,7 @@ export class SimplePeer {
|
|||||||
console.warn(
|
console.warn(
|
||||||
"closeScreenSharingConnection => Tried to close connection for user " +
|
"closeScreenSharingConnection => Tried to close connection for user " +
|
||||||
userId +
|
userId +
|
||||||
" but could not find user"
|
" but could not find user or no peer connection started"
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user