Casting

Stop Casting

Stop an active screen cast session.

Stop an active screen cast session.

Stops the active cast session previously started via cast-tab or cast-desktop.

TIP

Supported via Puppeteer; not available via OttoMagic.

Examples

GPAL Fluent: High-level fluent C# API

browser.StopCasting();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.StopCasting().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.StopCasting(sessionId);

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.WithEndpoint(ApiEndpoint.StopCasting).Execute();