mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
dom: Add WebRTC transceiver stubs.
This commit is contained in:
parent
1ae117f67b
commit
84efd56e57
9 changed files with 220 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue