Skip to content

Commit

Permalink
Delete damaged Action Buttons component from VideoCallPage
Browse files Browse the repository at this point in the history
  • Loading branch information
j.krol committed Dec 3, 2023
1 parent 767a457 commit 17f432b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/VideoCallPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Footer from "../components/Footer";
import { useEffect, useRef, useState } from "react";
import socketConnection from "../webSocket/socketConnection";
import stunServers from "../webRTC/stunServers";
import ActionButtons from "../components/ActionButtons";
import addStream from "../redux/actions/addStream";
import { useDispatch, useSelector } from "react-redux";
import { RootState } from "../redux/store";
Expand Down Expand Up @@ -169,7 +168,6 @@ function VideoCallPage({userType}: VideoCallPageProps) {
<div>
<video id="large-feed" ref={remoteVideo} autoPlay controls playsInline></video>
<video id="small-feed" ref={localVideo} autoPlay controls playsInline></video>
<ActionButtons smallFeedEl={localVideo} largeFeedEl={remoteVideo} />
</div>
<Footer />
</>
Expand Down

0 comments on commit 17f432b

Please sign in to comment.