Add MediaStreamTrack interface

This commit is contained in:
Manish Goregaokar 2019-05-07 12:49:47 -07:00
parent 749a6595ad
commit 106cc4a1f7
3 changed files with 60 additions and 0 deletions

View file

@ -399,6 +399,7 @@ pub mod medialist;
pub mod mediaquerylist;
pub mod mediaquerylistevent;
pub mod mediastream;
pub mod mediastreamtrack;
pub mod messageevent;
pub mod mimetype;
pub mod mimetypearray;