pub fn create_data_channel(
pc: Rc<RefCell<RtcPeerConnection>>,
label: &str,
) -> Rc<RefCell<RtcDataChannel>>Expand description
Create a data channel using the given RtcPeerConnection, assigned the given label
pub fn create_data_channel(
pc: Rc<RefCell<RtcPeerConnection>>,
label: &str,
) -> Rc<RefCell<RtcDataChannel>>Create a data channel using the given RtcPeerConnection, assigned the given label