Revert "Capture livekit's logs in rageshakes"

This commit is contained in:
David Baker
2023-09-25 09:32:32 +01:00
committed by GitHub
parent 444a37224b
commit b0f63eb2ff
2 changed files with 4 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ import {
ExternalE2EEKeyProvider,
Room,
RoomOptions,
setLogLevel,
} from "livekit-client";
import { useLiveKitRoom } from "@livekit/components-react";
import { useEffect, useMemo, useRef, useState } from "react";
@@ -43,6 +44,8 @@ export type E2EEConfig = {
sharedKey: string;
};
setLogLevel("debug");
interface UseLivekitResult {
livekitRoom?: Room;
connState: ECConnectionState;