added travis, updated package.json and ran format and gen types on repo.
I also had to change the tests for app-media-video to check if it supports setting MediaStream as a HTMLVideoElement.srcObject = MediaStream or HTMLVideoElement.src = URL.createObjectURL(MediaStream)
added travis, updated package.json and ran format and gen types on repo.
I also had to change the tests for
app-media-video
to check if it supports settingMediaStream
as aHTMLVideoElement.srcObject = MediaStream
orHTMLVideoElement.src = URL.createObjectURL(MediaStream)