p2ptransportchannel.h | 40 std::string ufrag; member in struct:cricket::IceParameters 43 : ufrag(ice_ufrag), pwd(ice_pwd) {} 46 return ufrag == other.ufrag && pwd == other.pwd; 255 // Returns the remote IceParameters and generation that match |ufrag| 257 const IceParameters* FindRemoteIceFromUfrag(const std::string& ufrag,
|