mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Update useWebSockets.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user