From 583660a85a06d6776532ec1a2c263e0817b8316b Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Thu, 22 Apr 2021 10:56:25 -0700 Subject: [PATCH] docs: fix unintentional emoji in win.getMediaSourceId description (#28767) --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 1d17e4385e0e..5444449abc34 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -1292,7 +1292,7 @@ can be be used to listen to changes to tablet mode. #### `win.getMediaSourceId()` -Returns `String` - Window id in the format of DesktopCapturerSource's id. For example "window:1234:0". +Returns `String` - Window id in the format of DesktopCapturerSource's id. For example "window:1324:0". More precisely the format is `window:id:other_id` where `id` is `HWND` on Windows, `CGWindowID` (`uint64_t`) on macOS and `Window` (`unsigned long`) on