dongido001 / vue-viaudio

Dynamically/Reactively render videos and audios for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC not working

dongido001 opened this issue · comments

When a MediaStream is passed to the srcObject props, the video does not play.

Possible fix: by default set playsInline: true, and autoplay: true when the srcObject is passed.

Fixed on Version 0.3.2