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
Update (revert) the record function to record only the streams visible in the ui arranged as they are for the user.
Note: it looks like the simplest way to do this is to render the contents of the .video-container-large to a canvas using the html2canvas library... (I did some GPTing...)
The result should capture all the video (but not the controls) on the screen as a single stream to record.
(we want to extend this for screen casting later).
The text was updated successfully, but these errors were encountered:
Update (revert) the record function to record only the streams visible in the ui arranged as they are for the user.
Note: it looks like the simplest way to do this is to render the contents of the
.video-container-large
to a canvas using thehtml2canvas
library... (I did some GPTing...)The result should capture all the video (but not the controls) on the screen as a single stream to record.
(we want to extend this for screen casting later).
The text was updated successfully, but these errors were encountered: