Skip to content

Commit

Permalink
Update publish_webrtc_deep_ar_effects_frame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
USAMAWIZARD authored Nov 23, 2023
1 parent b161755 commit c012dd7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@
});
}
function resizeVideoAndIframe() {
console.log("asdfasdf")
playerIframe.setAttribute("width",localVideo.clientWidth);
playerIframe.setAttribute("height",localVideo.clientHeight);
}
Expand All @@ -323,4 +322,4 @@
window.addEventListener('resize', resizeVideoAndIframe);
resizeVideoAndIframe();
</script>
</html>
</html>

0 comments on commit c012dd7

Please sign in to comment.