add typing

This commit is contained in:
Jose B
2023-08-23 15:05:48 -05:00
parent b399e03f41
commit b5c4361649
2 changed files with 16 additions and 2 deletions

View File

@@ -48,9 +48,10 @@ const App = () => {
webRTC?.peer?.send(JSON.stringify({ cmd: "STOP" }));
setStream(null);
}}
topics={webSockets.topics}
getAudioStream={getAudioStream}
audioDevices={audioDevices}
topics={webSockets.topics}
useActiveTopic={useActiveTopic}
/>
<Dashboard