Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 25 of 47) sorted by relevance

12

/webrtc/webrtc/src/api/
H A Dmod.rs20 use crate::peer_connection::configuration::RTCConfiguration;
47 configuration: RTCConfiguration, in new_peer_connection()
49 RTCPeerConnection::new(self, configuration).await in new_peer_connection()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs5 pub mod configuration; module
43 use crate::peer_connection::configuration::RTCConfiguration;
188 configuration: RTCConfiguration, field
222 RTCPeerConnection::init_configuration(&mut configuration)?; in new()
233 let (internal, configuration) = in new()
253 configuration, in new()
264 let sanitized_ice_servers = configuration.get_ice_servers(); in init_configuration()
272 if !configuration.certificates.is_empty() { in init_configuration()
274 for cert in &configuration.certificates { in init_configuration()
282 configuration.certificates = vec![cert]; in init_configuration()
[all …]
H A Dpeer_connection_internal.rs75 mut configuration: RTCConfiguration, in new()
118 ice_servers: configuration.get_ice_servers(), in new()
119 ice_gather_policy: configuration.ice_transport_policy, in new()
126 let certificates = configuration.certificates.drain(..).collect(); in new()
146 Ok((Arc::new(pc), configuration)) in new()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs13 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_test.rs6 use crate::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs12 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs12 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs13 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs14 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs12 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs15 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs18 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/data-channels-flow-control/
H A Ddata-channels-flow-control.rs19 configuration::RTCConfiguration, peer_connection_state::RTCPeerConnectionState,
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsession_description.rs82 use crate::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/reflect/
H A Dreflect.rs12 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs14 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs11 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs18 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs12 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs16 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/play-from-disk-h264/
H A Dplay-from-disk-h264.rs19 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/play-from-disk-vpx/
H A Dplay-from-disk-vpx.rs19 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs17 use webrtc::peer_connection::configuration::RTCConfiguration;
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_test.rs4 use crate::peer_connection::configuration::RTCConfiguration;
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs7 use crate::peer_connection::configuration::RTCConfiguration;

12