diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-29 18:52:26 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-29 18:52:26 -0400 |
| commit | d97091421468238d32edf55c240bfb3b021e9e05 (patch) | |
| tree | 40d7fde0e1181749a50ccdee4936199938252973 /src/client/views/webcam | |
| parent | 9c7521a36f67b3a69ac40f8a55e66638ed96bf04 (diff) | |
couple fixes
Diffstat (limited to 'src/client/views/webcam')
| -rw-r--r-- | src/client/views/webcam/DashWebRTCVideo.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.tsx b/src/client/views/webcam/DashWebRTCVideo.tsx index db9c922fc..5bb7cef6f 100644 --- a/src/client/views/webcam/DashWebRTCVideo.tsx +++ b/src/client/views/webcam/DashWebRTCVideo.tsx @@ -8,7 +8,7 @@ import { InkingControl } from "../InkingControl"; import "../../views/nodes/WebBox.scss"; import "./DashWebRTC.scss"; import adapter from 'webrtc-adapter'; -import { DashWebRTC } from "./DashWebRTC"; +//import { DashWebRTC } from "./DashWebRTC"; @@ -37,7 +37,7 @@ export class DashWebRTCVideo extends React.Component<CollectionFreeFormDocumentV private hangupButton: HTMLButtonElement | undefined; componentDidMount() { - DashWebRTC.setVideoObjects(this.localVideoEl!, this.peerVideoEl!); + //DashWebRTC.setVideoObjects(this.localVideoEl!, this.peerVideoEl!); } |
