You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try{conststream=awaitnavigator.mediaDevices.getViewportMedia();videoElement.srcObject=stream;}catch(e){console.log('Unable to acquire viewport capture: '+e);}
This is going to lead to a Hall of Mirrors effect and not be otherwise useful.
How about using a MediaRecorder instead? Or a PeerConnection? These seem more patently useful.
The text was updated successfully, but these errors were encountered:
At the moment, the example reads:
This is going to lead to a Hall of Mirrors effect and not be otherwise useful.
How about using a MediaRecorder instead? Or a PeerConnection? These seem more patently useful.
The text was updated successfully, but these errors were encountered: