fix: check screen capture permissions in desktopCapturer
(#43080)
fix: check screen capture permissions in desktopCapturer
This commit is contained in:
parent
0718c2b9ee
commit
f49f6ff68b
2 changed files with 24 additions and 8 deletions
|
@ -94,6 +94,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