Searched defs:ProcessIceMessage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc894 bool WebRtcSession::ProcessIceMessage(const IceCandidateInterface* candidate) { function in class:webrtc::WebRtcSession
896 LOG(LS_ERROR) << "ProcessIceMessage: ICE candidates can't be added "
903 LOG(LS_ERROR) << "ProcessIceMessage: Candidate is NULL";
910 LOG(LS_INFO) << "ProcessIceMessage: Candidate saved";
921 LOG(LS_ERROR) << "ProcessIceMessage: Candidate cannot be used";

Completed in 81 milliseconds