Add RTCPeerConnectionIceEvent

This commit is contained in:
Manish Goregaokar 2019-01-26 19:13:09 -08:00
parent e0d8de2714
commit 5bfa42094e
4 changed files with 114 additions and 0 deletions

View file

@ -441,6 +441,7 @@ pub mod request;
pub mod response;
pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;
pub mod rtcsessiondescription;
pub mod screen;
pub mod serviceworker;