Searched defs:IceCandidateErrorEvent (Results 1 – 2 of 2) sorted by relevance
146 struct IceCandidateErrorEvent { struct148 IceCandidateErrorEvent(absl::string_view address, in IceCandidateErrorEvent() function159 std::string address;160 int port = 0;161 std::string url;162 int error_code = 0;163 std::string error_text;
13 public final class IceCandidateErrorEvent { class35 public IceCandidateErrorEvent( in IceCandidateErrorEvent() method in IceCandidateErrorEvent