Add empty RTCSessionDescription interface

This commit is contained in:
Manish Goregaokar 2019-01-26 09:22:11 -08:00
parent 2dd69d0cb0
commit f8b3bac757
3 changed files with 67 additions and 0 deletions

View file

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