cleaning things up

This commit is contained in:
Arjun Patel
2022-01-15 21:57:17 -08:00
parent a81f49b4d6
commit f4b91c0a65
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -99,10 +99,12 @@ export default function AudioContextProvider({ children }) {
}
function selectAudioOutput(deviceId: string) {
toast.success("Changed output device");
setAudioOutputDevice(deviceId);
}
function selectAudioInput(deviceId: string) {
toast.success("Changed input device");
setAudioInputDevice(deviceId);
}