Move LiveKit module into its own directory

This commit is contained in:
Daniel Abramov 2023-06-09 18:31:29 +02:00
parent e032edbfad
commit 28fe813b76
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import {
} from "@livekit/components-react";
import { MediaDevicesState, MediaDevices } from "../settings/mediaDevices";
import { LocalMediaInfo, MediaInfo } from "./VideoPreview";
import { LocalMediaInfo, MediaInfo } from "../room/VideoPreview";
type LiveKitState = {
// The state of the media devices (changing the devices will also change them in the room).

View File

@ -31,7 +31,7 @@ import { CallEndedView } from "./CallEndedView";
import { useSentryGroupCallHandler } from "./useSentryGroupCallHandler";
import { PosthogAnalytics } from "../PosthogAnalytics";
import { useProfile } from "../profile/useProfile";
import { useLiveKit } from "./useLiveKit";
import { useLiveKit } from "../livekit/useLiveKit";
declare global {
interface Window {