Searched defs:RTCDataChannel (Results 1 – 4 of 4) sorted by relevance
| /webrtc/webrtc/src/data_channel/ |
| H A D | mod.rs | 56 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 D | data_channel_test.rs | 41 Arc<RTCDataChannel>, in set_up_data_channel_parameters_test()
|
| /webrtc/webrtc/src/api/ |
| H A D | mod.rs | 126 ) -> Result<RTCDataChannel> { in new_data_channel()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 1791 ) -> Result<Arc<RTCDataChannel>> { in create_data_channel()
|