Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc93 TURNS, // Indicates a TURN server used with a TLS session. enumerator
294 if (service_type == TURNS) { in ParseIceServerUrl()
316 case TURNS: { in ParseIceServerUrl()
317 bool secure = (service_type == TURNS); in ParseIceServerUrl()