mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix protect recording page
This commit is contained in:
@@ -36,7 +36,7 @@ const TranscriptRecord = (details: TranscriptDetails) => {
|
||||
}
|
||||
}, []);
|
||||
|
||||
const transcript = useTranscript(false, details.params.transcriptId);
|
||||
const transcript = useTranscript(true, details.params.transcriptId);
|
||||
const webRTC = useWebRTC(stream, details.params.transcriptId, true);
|
||||
const webSockets = useWebSockets(details.params.transcriptId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user