From f4382d73eec75f7d7f4bfe6eae3fb1efa128a021 Mon Sep 17 00:00:00 2001 From: Mohammad Amoush Date: Sun, 8 Dec 2019 16:12:16 -0500 Subject: Local Stream tracks stopped when component gets closed --- src/client/views/webcam/DashWebRTCVideo.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/views/webcam/DashWebRTCVideo.tsx') diff --git a/src/client/views/webcam/DashWebRTCVideo.tsx b/src/client/views/webcam/DashWebRTCVideo.tsx index a763fd64c..a9c67f026 100644 --- a/src/client/views/webcam/DashWebRTCVideo.tsx +++ b/src/client/views/webcam/DashWebRTCVideo.tsx @@ -25,6 +25,7 @@ const offerOptions = { offerToReceiveVideo: 1, }; + /** * This models the component that will be rendered, that can be used as a doc that will reflect the video cams. */ @@ -57,6 +58,7 @@ export class DashWebRTCVideo extends React.Component