dom: Add WebRTC transceiver stubs.

This commit is contained in:
Josh Matthews 2020-07-14 12:10:13 -04:00
parent 1ae117f67b
commit 84efd56e57
9 changed files with 220 additions and 4 deletions

View file

@ -498,6 +498,8 @@ pub mod rtcerrorevent;
pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;
pub(crate) mod rtcrtpsender;
pub(crate) mod rtcrtptransceiver;
pub mod rtcsessiondescription;
pub mod rtctrackevent;
pub mod screen;