Clean up useLoadGroupCall

This commit is contained in:
Robert Long
2022-01-05 16:51:24 -08:00
parent 0adc4b3d66
commit 6621e20da3
3 changed files with 53 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
import React from "react";
import { useLoadGroupCall } from "../ConferenceCallManagerHooks";
import { useLoadGroupCall } from "./useLoadGroupCall";
import { ErrorView, FullScreenView } from "../FullScreenView";
export function GroupCallLoader({ client, roomId, viaServers, children }) {