Click or drag to resize

CastClientStartTabMirroringAsync Method

Version 130.1.90
Starts mirroring the tab to the sink.

Namespace: CefSharp.DevTools.Cast
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> StartTabMirroringAsync(
	string sinkName
)

Parameters

sinkName  String
sinkName

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also