Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc152 static const char kAttributeIceUfrag[] = "ice-ufrag"; variable
1299 InitAttrLine(kAttributeIceUfrag, &os); in BuildMediaDescription()
1912 } else if (HasAttribute(line, kAttributeIceUfrag)) { in ParseSessionDescription()
1913 if (!GetValue(line, kAttributeIceUfrag, in ParseSessionDescription()
2531 } else if (HasAttribute(line, kAttributeIceUfrag)) { in ParseContent()
2532 if (!GetValue(line, kAttributeIceUfrag, &transport->ice_ufrag, error)) { in ParseContent()