From cd84c534ce7eb57858ca03ee5df8cf44570f1ebc Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Thu, 24 Nov 2022 22:27:33 +0200 Subject: [PATCH] Update server --- public/bundle.js | 1 + public/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/public/bundle.js b/public/bundle.js index acc8999..4bf5e42 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -20501,6 +20501,7 @@ let audioParams = { } } + const streamSuccess = (stream) => { console.log('[streamSuccess] device', device); localVideo.srcObject = stream diff --git a/public/index.js b/public/index.js index 1b5f06d..bf14996 100644 --- a/public/index.js +++ b/public/index.js @@ -143,6 +143,7 @@ let audioParams = { } } + const streamSuccess = (stream) => { console.log('[streamSuccess] device', device); localVideo.srcObject = stream