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