Searched refs:relay_config (Results 1 – 3 of 3) sorted by relevance
216 RelayServerConfig relay_config(RELAY_GTURN); in ReceiveSessionResponse() local219 relay_config.ports.push_back(ProtocolAddress(address, PROTO_UDP)); in ReceiveSessionResponse()223 relay_config.ports.push_back(ProtocolAddress(address, PROTO_TCP)); in ReceiveSessionResponse()227 relay_config.ports.push_back(ProtocolAddress(address, PROTO_SSLTCP)); in ReceiveSessionResponse()229 config->AddRelay(relay_config); in ReceiveSessionResponse()
263 P2PPortAllocator::Config::RelayServerConfig relay_config = in AllocateLegacyRelaySession() local285 std::string url = "https://" + relay_config.server_address + in AllocateLegacyRelaySession()298 WebString::fromUTF8(relay_config.password)); in AllocateLegacyRelaySession()301 WebString::fromUTF8(relay_config.username)); in AllocateLegacyRelaySession()
132 P2PPortAllocator::Config::RelayServerConfig relay_config; in CreatePortAllocator() local133 relay_config.server_address = turn_configurations[i].server.hostname(); in CreatePortAllocator()134 relay_config.port = turn_configurations[i].server.port(); in CreatePortAllocator()135 relay_config.username = turn_configurations[i].username; in CreatePortAllocator()136 relay_config.password = turn_configurations[i].password; in CreatePortAllocator()137 relay_config.transport_type = turn_configurations[i].transport_type; in CreatePortAllocator()138 relay_config.secure = turn_configurations[i].secure; in CreatePortAllocator()139 config.relays.push_back(relay_config); in CreatePortAllocator()