<VideoThumb />
Component to stream video and audio to a <video>
and <audio>
html5 tag.
Use only for remote tracks: Local track don't need audio ;)
/src/App.js
#
Propsvideo
:TrackRecord The video track to streamaudio
:TrackRecord The audio track to streamclassName
?:string Classname to apply to the<video>
tagcontainerClassName
?:string Classname to apply to the<video /><audio />
container (it's adiv
).