|  | 
	
	
	| Rank: Member Groups: Member
 
 Joined: 7/14/2017
 Posts: 17
 
 | 
		    Does it support screen capture and audio capture ? Webbrowser such as chrome can support both screen and audio ,  but in this browser control only screen capture supported , or there are some settings I missed ?
		 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi, Both audio capture (from microphone) and video capture (from camera) have already been supported a long time ago. This thread is about full screen capture, which was added last year. To support capture, you must handle WebView.RequestPermission event:https://www.essentialobjects.com/doc/eo.webbrowser.webview.requestpermissions.html And call e.Allow() inside your event handler to grant the corresponding permission. Thanks
		 | 
|  | 
	
	
	| Rank: Member Groups: Member
 
 Joined: 7/14/2017
 Posts: 17
 
 | 
		    yes , when I use "getUserMedia" , the webview can support both audio capture  (from microphone) and video capture (from camera), but when I use "getDisplayMedia" the webview can only support video capture(screen capture), but no audio capture(system sounds) . eo_support wrote:Hi, Both audio capture (from microphone) and video capture (from camera) have already been supported a long time ago. This thread is about full screen capture, which was added last year. To support capture, you must handle WebView.RequestPermission event:https://www.essentialobjects.com/doc/eo.webbrowser.webview.requestpermissions.html And call e.Allow() inside your event handler to grant the corresponding permission. Thanks | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    I see. We will look into this and reply again when we have an update.
		 | 
|  | 
	
	
	| Rank: Member Groups: Member
 
 Joined: 7/14/2017
 Posts: 17
 
 | 
		    eo_support wrote:I see. We will look into this and reply again when we have an update. Is there any plan to provide support for this feature?    | 
|  |