feat: add support for DesktopCapturerSource.appIcon
Useful to get the icon of the application owning the source. Only available for sources of type window, i.e. not for screen. https://github.com/electron/electron/issues/14845
This commit is contained in:
		
					parent
					
						
							
								77f73830e8
							
						
					
				
			
			
				commit
				
					
						1f55f1635f
					
				
			
		
					 7 changed files with 48 additions and 15 deletions
				
			
		|  | @ -17,3 +17,7 @@ | |||
|   On some platforms, this is equivalent to the `XX` portion of the `id` field | ||||
|   above and on others it will differ. It will be an empty string if not | ||||
|   available. | ||||
| * `appIcon` [NativeImage](../native-image.md) - An icon image of the | ||||
|   application that owns the window or null if the source has a type screen. | ||||
|   The size of the icon is not known in advance and depends on what the | ||||
|   the application provides. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Julien Isorce
				Julien Isorce