MCPcopy Index your code
hub / github.com/CapSoftware/Cap / EmbedOptions

Interface EmbedOptions

packages/sdk-embed/src/types.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface EmbedOptions {
2 videoId: string;
3 publicKey: string;
4 apiBase?: string;
5 autoplay?: boolean;
6 branding?: {
7 logoUrl?: string;
8 accentColor?: string;
9 };
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected