From d97091421468238d32edf55c240bfb3b021e9e05 Mon Sep 17 00:00:00 2001 From: Mohammad Amoush Date: Tue, 29 Oct 2019 18:52:26 -0400 Subject: couple fixes --- src/client/views/webcam/DashWebRTCVideo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/webcam') 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