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
Currently the properties of the video (videoWidth, readyState...) are not reverted to the native values until the .src attribute of the video is changed (which may never happen). Same for its MediaStreamRenderer which is not closed until that moment.
Improve that.
The text was updated successfully, but these errors were encountered:
Currently the properties of the video (
videoWidth
,readyState
...) are not reverted to the native values until the.src
attribute of the video is changed (which may never happen). Same for itsMediaStreamRenderer
which is not closed until that moment.Improve that.
The text was updated successfully, but these errors were encountered: