Casting

Cast Desktop

TIP

Supported via Puppeteer and Selenium; not available via OttoMagic.

Examples

GPAL Fluent: High-level fluent C# API

browser.CastDesktop(string sinkName)

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.CastDesktop(string deviceNameOrId).Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.CastDesktop(string sinkName, string sessionId);