mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-27 00:48:06 +08:00
Move LiveKit module into its own directory
This commit is contained in:
parent
e032edbfad
commit
28fe813b76
@ -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).
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user