Home
last modified time | relevance | path

Searched refs:uri_without_transport (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/pc/
Dice_server_parsing.cc157 std::string uri_without_transport = tokens[0]; in ParseIceServerUrl() local
180 if (!GetServiceTypeAndHostnameFromUri(uri_without_transport, &service_type, in ParseIceServerUrl()
196 RTC_LOG(WARNING) << "Invalid url: " << uri_without_transport; in ParseIceServerUrl()
203 RTC_LOG(WARNING) << "Invalid hostname format: " << uri_without_transport; in ParseIceServerUrl()