@browser-media/browser-media
v1.0.12
Published
This is a plugin support camera and audio in the browser
Downloads
30
Maintainers
Keywords
Readme
This is plugin support get camera and microphone, headphone in the browser . We thinking about solution will help you make projects has live stream function . Add friend to me : https://www.facebook.com/profile.php?id=100015561036994
<script>
new BrowserMedia("video",{
audio: true, video: { width: 1280, height: 720 }
});
</script>
and this for body
<video width="100" height="100" id="video"></video>