Skip to content

Commit b21e458

Browse files
authored
Merge pull request #7986 from daily-co/v2-cam-and-mic-misc
CSDK-784 V2 cam and mic misc
2 parents 864fff5 + 12a1313 commit b21e458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/hooks/useInputSettings.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ describe('useInputSettings', () => {
6363
},
6464
},
6565
},
66+
audio: {
67+
processor: { type: 'none' },
68+
},
6669
};
6770
const onInputSettingsUpdated = jest.fn();
6871
const { result, waitFor } = renderHook(

0 commit comments

Comments
 (0)