Casting

Cast Tab

TIP

Supported via Puppeteer and Selenium; not available via OttoMagic.

Examples

GPAL Fluent: High-level fluent C# API

browser.CastTab(string sinkName)

Puppeteer Client: Puppeteer-style C# client

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

Puppeteer Communicator: Low-level communicator

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