We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ee2a4 commit ba73443Copy full SHA for ba73443
1 file changed
index.d.ts
@@ -473,7 +473,6 @@ export interface DailyInputVideoSettings {
473
processor?: DailyInputVideoProcessorSettings;
474
}
475
export interface DailyInputVideoProcessorSettings {
476
- // type: 'none' | 'background-blur' | 'background-image' | 'custom';
477
type: 'none' | 'background-blur';
478
config?: {};
479
0 commit comments