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
Create a hook/a component that can provide a MediaStream (fyi, a MediaStream object is usable by a <video> tag by passing the object through the src parameter).
So the hook interface should look like this :
Create a hook/a component that can provide a
MediaStream
(fyi, aMediaStream
object is usable by a<video>
tag by passing the object through thesrc
parameter).So the hook interface should look like this :
The text was updated successfully, but these errors were encountered: