Add empty RTCIceCandidate interface

This commit is contained in:
Manish Goregaokar 2019-01-26 09:28:07 -08:00
parent f8b3bac757
commit 69931934ac
3 changed files with 75 additions and 0 deletions

View file

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