Video stream not displaying in browser using WebRTC
I’m currently working on a project where I’m trying to display a video stream received via WebRTC in a browser using VueJS (Quasar Framework) from one component to another. However, despite setting the srcObject
of the remote video element with the received MediaStream
, the video is not displaying. Here’s my code: