Add empty RTCPeerConnection interface

This commit is contained in:
Manish Goregaokar 2019-01-26 08:29:10 -08:00
parent cbe505ba54
commit 2dd69d0cb0
3 changed files with 120 additions and 0 deletions

View file

@ -439,6 +439,7 @@ pub mod radionodelist;
pub mod range;
pub mod request;
pub mod response;
pub mod rtcpeerconnection;
pub mod screen;
pub mod serviceworker;
pub mod serviceworkercontainer;