import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { RecordingStateChangedEvent } = Protocol.BackgroundService;
Called when the recording state for the service has been updated.
Properties
service: ServiceName
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { RecordingStateChangedEvent } = Protocol.BackgroundService;
Called when the recording state for the service has been updated.