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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue