Capture livekit's logs in rageshakes

This commit is contained in:
David Baker
2023-09-21 16:50:31 +01:00
parent c62a9be2e9
commit 9c878eab80
2 changed files with 7 additions and 3 deletions

View File

@@ -44,8 +44,6 @@ export type E2EEConfig = {
sharedKey: string;
};
setLogLevel("debug");
interface UseLivekitResult {
livekitRoom?: Room;
connState: ECConnectionState;