| 1 | export interface EmbedOptions { |
| 2 | videoId: string; |
| 3 | publicKey: string; |
| 4 | apiBase?: string; |
| 5 | autoplay?: boolean; |
| 6 | branding?: { |
| 7 | logoUrl?: string; |
| 8 | accentColor?: string; |
| 9 | }; |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected