Home
last modified time | relevance | path

Searched defs:RTCDataChannelInit (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_init.rs4 pub struct RTCDataChannelInit { struct
7 pub ordered: Option<bool>,
12 pub max_packet_life_time: Option<u16>,
17 pub max_retransmits: Option<u16>,
20 pub protocol: Option<String>,
28 pub negotiated: Option<u16>,
H A Ddata_channel_test.rs37 options: Option<RTCDataChannelInit>, in set_up_data_channel_parameters_test()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1790 options: Option<RTCDataChannelInit>, in create_data_channel()