From 1924f969bc6e5e222092ecc74fa572b6560eb302 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 16 Mar 2022 09:17:33 -0700 Subject: [PATCH] Video reconnect is now solid Signed-off-by: James Ketrenos --- client/src/MediaControl.js | 100 ++++++++++++++++++++++--------------- 1 file changed, 61 insertions(+), 39 deletions(-) diff --git a/client/src/MediaControl.js b/client/src/MediaControl.js index 4e5d74f..6946bf5 100644 --- a/client/src/MediaControl.js +++ b/client/src/MediaControl.js @@ -20,13 +20,13 @@ const Video = ({ srcObject, local, ...props }) => { return; } const ref = refVideo.current; - if (debug) console.log('media-controls