Click or drag to resize

StartSessionResponseShowSelectSourceDialog Method

Creates a StartSessionResponse that notifies the browser to display the default dialog for choosing the capture source.

Namespace:  DotNetBrowser.Capture.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static StartSessionResponse ShowSelectSourceDialog()

Return Value

Type: StartSessionResponse
The StartSessionResponse instance that can be used as a return value in StartSessionHandler implementation.
See Also