7 Commits

Author SHA1 Message Date
f056048d62 Use addTrack/removeTrack over addStream/removeStream
The addStream and removeStream are deprecated and the MDN docs
recommend using addStream/removeStream instead.

While we add tracks, we can also add event listeners to whether or not a
track has ended and then remove a stream once all tracks in the streams
have ended.
2020-03-10 11:21:35 +01:00
b88889665f Refactor Toolbar, move video & notifications 2019-11-17 23:51:57 -03:00
67d9177a91 Add autoplay error notification 2019-11-17 10:50:04 -03:00
7e3956068b Fix linting errors 2019-11-14 00:27:22 -03:00
dcbacc9a65 Fix video not showing 2019-11-14 00:18:15 -03:00
9e8b353dea Fix all TypeScript tests 2019-11-13 22:06:17 -03:00
4fa6a0d17a Refactor all components 2019-11-13 18:36:31 -03:00