WebRTCDataChannel initial support

This commit is contained in:
Fernando Jiménez Moreno 2020-05-30 21:51:17 +02:00
parent 5788882b16
commit 4e6d3e7cec
6 changed files with 335 additions and 1 deletions

View file

@ -486,6 +486,7 @@ pub mod raredata;
pub mod readablestream;
pub mod request;
pub mod response;
pub mod rtcdatachannel;
pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;