-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Description When the screen share window is closed, `NotAllowedError` is thrown. The `Share the screen` handler swallows this error. ## Motivation and Context When the user changes their mind during screen sharing and closes the browser window, an error appears in the console. This is a completely normal situation, so we should not log this error to the console. ## Types of changes Bug fix (non-breaking change which fixes an issue) Co-authored-by: Adrian Czerwiec <[email protected]>
- Loading branch information
1 parent
846f88e
commit e081ef8
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters