docs: fix unintentional emoji in win.getMediaSourceId description (#28767)
This commit is contained in:
parent
28904714ae
commit
583660a85a
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ can be be used to listen to changes to tablet mode.
|
||||||
|
|
||||||
#### `win.getMediaSourceId()`
|
#### `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
|
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
|
Windows, `CGWindowID` (`uint64_t`) on macOS and `Window` (`unsigned long`) on
|
||||||
|
|
Loading…
Reference in a new issue