Update useWebSockets.ts

This commit is contained in:
Koper
2023-09-14 23:11:19 +07:00
parent c9d01a9d30
commit 3a9c1319c1

View File

@@ -113,6 +113,10 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
}
break;
case "FINAL_SUMMARY":
console.debug("FINAL_SUMMARY event:", message.data);
break;
case "FINAL_TITLE":
console.debug("FINAL_TITLE event:", message.data);
break;