import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SinksUpdatedEvent } = Protocol.Cast;
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
Properties
sinks: Sink[]