Ability to load past meetings + URL management

This commit is contained in:
Koper
2023-09-14 23:05:13 +07:00
parent 07204ee2db
commit c9d01a9d30
13 changed files with 437 additions and 59 deletions

View File

@@ -19,6 +19,8 @@ const useWebRTC = (
return;
}
console.debug("Using WebRTC", stream, transcriptId);
let p: Peer;
try {