Searched defs:IceMessage (Results 1 – 2 of 2) sorted by relevance
22 struct IceMessage { struct24 explicit IceMessage(const IceCandidateInterface* candidate) in IceMessage() function29 std::unique_ptr<IceCandidateInterface> AsCandidate() const { in AsCandidate()37 std::string sdp_mid;38 int sdp_mline_index;39 std::string sdp_line;
33 class IceMessage; variable