fix: check screen capture permissions in desktopCapturer
(#43271)
fix: check screen capture permissions in desktopCapturer Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
c3a7f0001c
commit
10dd33c16e
2 changed files with 24 additions and 8 deletions
|
@ -90,6 +90,7 @@ class DesktopCapturer : public gin::Wrappable<DesktopCapturer>,
|
|||
|
||||
void UpdateSourcesList(DesktopMediaList* list);
|
||||
void HandleFailure();
|
||||
void HandleSuccess();
|
||||
|
||||
std::unique_ptr<DesktopListListener> window_listener_;
|
||||
std::unique_ptr<DesktopListListener> screen_listener_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue