Home
last modified time | relevance | path

Searched defs:RTCDataChannel (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/data_channel/
H A Dmod.rs56 pub struct RTCDataChannel { struct
57 pub(crate) stats_id: String,
58 pub(crate) label: String,
59 pub(crate) ordered: bool,
60 pub(crate) max_packet_lifetime: u16,
61 pub(crate) max_retransmits: u16,
62 pub(crate) protocol: String,
63 pub(crate) negotiated: bool,
64 pub(crate) id: AtomicU16,
67 pub(crate) detach_called: Arc<AtomicBool>,
[all …]
H A Ddata_channel_test.rs41 Arc<RTCDataChannel>, in set_up_data_channel_parameters_test()
/webrtc/webrtc/src/api/
H A Dmod.rs126 ) -> Result<RTCDataChannel> { in new_data_channel()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1791 ) -> Result<Arc<RTCDataChannel>> { in create_data_channel()