| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_server.rs | 8 pub urls: Vec<String>, field 20 self.urls()?; in validate() 24 pub(crate) fn urls(&self) -> Result<Vec<ice::url::Url>> { in urls() method 25 let mut urls = vec![]; in urls() localVariable 27 for url_str in &self.urls { in urls() 54 urls.push(url); in urls() 57 Ok(urls) in urls() 98 let result = ice_server.urls(); in test_ice_server_validate_success() 143 if let Err(err) = ice_server.urls() { in test_ice_server_validate_failure() 155 urls: vec!["stun:google.de?transport=udp".to_owned()], in test_ice_server_validate_failure_err_stun_query() [all …]
|
| H A D | ice_gatherer.rs | 111 urls: self.validated_servers.clone(), in create_agent() 330 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in test_new_ice_gatherer_success()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | configuration.rs | 60 for raw_url in &mut ice_server.urls { in get_ice_servers() 83 urls: vec![expected_server_str.to_owned()], in test_configuration_get_iceservers() 90 assert_eq!(parsed_urls[0].urls[0], expected_server_str); in test_configuration_get_iceservers() 99 urls: vec![server_str.to_owned()], in test_configuration_get_iceservers() 106 assert_eq!(parsed_urls[0].urls[0], expected_server_str); in test_configuration_get_iceservers()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_transport_test.rs | 20 cfg0.urls = vec![]; in pipe() 31 cfg1.urls = vec![]; in pipe() 82 urls: vec![stun_server_url.clone()], in test_remote_local_addr() 86 urls: vec![stun_server_url], in test_remote_local_addr()
|
| H A D | agent_vnet_test.rs | 282 pub(crate) urls: Vec<Url>, field 301 urls: a0test_config.urls, in pipe_with_vnet() 319 urls: a1test_config.urls, in pipe_with_vnet() 485 urls: vec![stun_server_url.clone()], in test_connectivity_simple_vnet_full_cone_nats_on_both_ends() 489 urls: vec![stun_server_url.clone()], in test_connectivity_simple_vnet_full_cone_nats_on_both_ends() 547 urls: vec![stun_server_url.clone()], in test_connectivity_vnet_full_cone_nats_on_both_ends() 551 urls: vec![stun_server_url.clone()], in test_connectivity_vnet_full_cone_nats_on_both_ends() 662 urls: vec![], in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats() 666 urls: vec![], in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats() 715 urls: vec![], in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats() [all …]
|
| H A D | agent_gather.rs | 25 pub(crate) urls: Vec<Url>, field 70 urls: Vec<Url>, field 119 urls: params.urls.clone(), in gather_candidates_internal() 152 let urls = params.urls.clone(); in gather_candidates_internal() localVariable 159 Self::gather_candidates_relay(urls, net, agent_internal).await; in gather_candidates_internal() 581 urls, in gather_candidates_srflx() 595 for url in &urls { in gather_candidates_srflx() 717 urls: Vec<Url>, in gather_candidates_relay() 723 for url in urls { in gather_candidates_relay()
|
| H A D | mod.rs | 110 pub(crate) urls: Vec<Url>, field 163 if !config.urls.is_empty() in new() 204 urls: config.urls.clone(), in new() 450 urls: self.urls.clone(), in gather_candidates()
|
| H A D | agent_config.rs | 61 pub urls: Vec<Url>, field
|
| H A D | agent_test.rs | 538 urls: vec![stun_server_url], in test_connectivity_lite() 549 urls: vec![], in test_connectivity_lite() 938 urls: vec![], in test_connection_state_callback() 947 urls: vec![], in test_connection_state_callback() 1956 urls: vec![], in test_close_in_connection_state_callback() 1966 urls: vec![], in test_close_in_connection_state_callback() 2013 urls: vec![], in test_run_task_in_connection_state_callback() 2023 urls: vec![], in test_run_task_in_connection_state_callback() 2065 urls: vec![], in test_run_task_in_selected_candidate_pair_change_callback() 2075 urls: vec![], in test_run_task_in_selected_candidate_pair_change_callback()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 49 urls: vec![Url { in test_server_reflexive_only_connection() 65 urls: vec![Url { in test_server_reflexive_only_connection()
|
| H A D | candidate_relay_test.rs | 70 urls: vec![Url { in test_relay_only_connection() 88 urls: vec![Url { in test_relay_only_connection()
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 107 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main() 244 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/webrtc/src/api/ |
| H A D | mod.rs | 59 let url = server.urls()?; in new_ice_gatherer()
|
| /webrtc/examples/examples/data-channels/ |
| H A D | data-channels.rs | 89 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | data-channels-create.rs | 88 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | rtp-to-webrtc.rs | 90 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | data-channels-detach-create.rs | 100 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/data-channels-detach/ |
| H A D | data-channels-detach.rs | 101 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 107 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/data-channels-close/ |
| H A D | data-channels-close.rs | 105 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | insertable-streams.rs | 111 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/reflect/ |
| H A D | reflect.rs | 139 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 129 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 77 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | swap-tracks.rs | 92 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
|