I making VideoStream with peer.js in webRTC.But Mediacall cann't send that File object.only MediaStream.Please ask that How to convert MediaStream to MP4File.
var file = this.files[0];//.mp4 Data
var mediastream = new window.webkitMediaStream(file)