Files
electron/lib
George Xu 23c8577da9 fix: clean up native system picker flow in setDisplayMediaRequestHandler
Replace the frozen-object-with-getter pattern for generating native
picker source IDs with a simpler createNativePickerSource() function.
Each call produces a unique DesktopMediaID so Chromium treats concurrent
streams as distinct. Add clear comments explaining the magic
kMacOsNativePickerId (-4) constant and why unique window_ids are needed.

Notes: none
2026-05-01 12:42:28 -07:00
..