Searched defs:RTCError (Results 1 – 2 of 2) sorted by relevance
108 RTCError() {} in RTCError() function109 explicit RTCError(RTCErrorType type) : type_(type) {} in RTCError() function111 RTCError(RTCErrorType type, std::string message) in RTCError() function
82 void OnFailure(webrtc::RTCError) override {} in OnFailure()