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
Movie.record() uses a MediaRecorder to capture and encode the output video. The method accepts a mediaRecorderOptions object, which are forwarded to the MediaRecorder constructor. This introduces leaky abstraction; this object should be deprecated. We can later replace this object with individual Movie.record() options if we need to, but for now let's just deprecate mediaRecorderOptions.
The text was updated successfully, but these errors were encountered:
Movie.record()
uses aMediaRecorder
to capture and encode the output video. The method accepts amediaRecorderOptions
object, which are forwarded to theMediaRecorder
constructor. This introduces leaky abstraction; this object should be deprecated. We can later replace this object with individualMovie.record()
options if we need to, but for now let's just deprecatemediaRecorderOptions
.The text was updated successfully, but these errors were encountered: