forked from github/cinny
Update src/app/features/call/CallView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type OriginalStyles = {
|
|||||||
border?: string;
|
border?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function CallView({ room, eventId }: { room: Room; eventId?: string }) {
|
export function CallView({ room }: { room: Room }) {
|
||||||
const primaryIframeRef = useContext(PrimaryRefContext);
|
const primaryIframeRef = useContext(PrimaryRefContext);
|
||||||
const backupIframeRef = useContext(BackupRefContext);
|
const backupIframeRef = useContext(BackupRefContext);
|
||||||
const iframeHostRef = useRef<HTMLDivElement>(null);
|
const iframeHostRef = useRef<HTMLDivElement>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user