Searched refs:transport_protocol (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc399 cricket::TransportProtocol transport_protocol = cricket::ICEPROTO_HYBRID; local
401 transport_protocol = cricket::ICEPROTO_RFC5245;
403 transport_protocol = cricket::ICEPROTO_GOOGLE;
405 transport_protocol = cricket::ICEPROTO_HYBRID;
473 client->SetTransportProtocol(transport_protocol);

Completed in 649 milliseconds