Add RTCTrackEvent

This commit is contained in:
Manish Goregaokar 2019-05-07 15:14:42 -07:00
parent 229ce36431
commit 318c6857a9
3 changed files with 102 additions and 0 deletions

View file

@ -451,6 +451,7 @@ pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;
pub mod rtcsessiondescription;
pub mod rtctrackevent;
pub mod screen;
pub mod serviceworker;
pub mod serviceworkercontainer;